update protobufs

This commit is contained in:
geeksville 2020-04-28 18:02:01 -07:00
parent 56cf723b93
commit d669a06ed7
3 changed files with 3 additions and 3 deletions

View file

@ -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()