sforkowany z mirror/meshtastic-android
update to latest protobufs
rodzic
122dabefb0
commit
486a3444fc
|
@ -1015,7 +1015,7 @@ class MeshService : Service(), Logging {
|
|||
val proto =
|
||||
MeshProtos.FromRadio.parseFrom(bytes)
|
||||
// info("Received from radio service: ${proto.toOneLineString()}")
|
||||
when (proto.variantCase.number) {
|
||||
when (proto.payloadVariantCase.number) {
|
||||
MeshProtos.FromRadio.PACKET_FIELD_NUMBER -> handleReceivedMeshPacket(
|
||||
proto.packet
|
||||
)
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit 106f4bfdebe277ab0b86d2b8c950ab78a35b0654
|
||||
Subproject commit 8492e4030ad928ee5fc97f8ead95325dba7f9492
|
Ładowanie…
Reference in New Issue