PebbleProtocol: add missing assignment
This commit is contained in:
parent
6af0bb2754
commit
48f5931043
|
@ -1215,7 +1215,7 @@ public class PebbleProtocol extends GBDeviceProtocol {
|
||||||
devEvt = decodeResponsePing(buf);
|
devEvt = decodeResponsePing(buf);
|
||||||
break;
|
break;
|
||||||
case ENDPOINT_APPFETCH:
|
case ENDPOINT_APPFETCH:
|
||||||
decodeAppFetch(buf);
|
devEvt = decodeAppFetch(buf);
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
break;
|
break;
|
||||||
|
|
Loading…
Reference in New Issue