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);
|
||||
break;
|
||||
case ENDPOINT_APPFETCH:
|
||||
decodeAppFetch(buf);
|
||||
devEvt = decodeAppFetch(buf);
|
||||
break;
|
||||
default:
|
||||
break;
|
||||
|
|
Loading…
Reference in New Issue