mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-05-15 10:17:20 -04:00
update protobufs
This commit is contained in:
@@ -300,7 +300,7 @@ class MainActivity : AppCompatActivity(), Logging,
|
||||
m.sendData(
|
||||
"+16508675310",
|
||||
testPayload,
|
||||
MeshProtos.Data.Type.SIGNAL_OPAQUE_VALUE
|
||||
MeshProtos.Data.Type.OPAQUE_VALUE
|
||||
)
|
||||
m.sendData(
|
||||
"+16508675310",
|
||||
|
||||
@@ -709,7 +709,7 @@ class MeshService : Service(), Logging {
|
||||
"TODO ignoring CLEAR_READACK from $fromId"
|
||||
)
|
||||
|
||||
MeshProtos.Data.Type.SIGNAL_OPAQUE_VALUE ->
|
||||
MeshProtos.Data.Type.OPAQUE_VALUE ->
|
||||
broadcastReceivedData(dataPacket)
|
||||
|
||||
else -> TODO()
|
||||
|
||||
Submodule app/src/main/proto updated: 79b2cf728c...e570ee9836
Reference in New Issue
Block a user