mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
update protobufs
This commit is contained in:
parent
56cf723b93
commit
d669a06ed7
3 changed files with 3 additions and 3 deletions
|
|
@ -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()
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
Subproject commit 79b2cf728c08007284542b32d9d075d01e8153d8
|
||||
Subproject commit e570ee9836949d9f420fd19cc59a2595c8669a6e
|
||||
Loading…
Add table
Add a link
Reference in a new issue