mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
I think the protobuf spec is essentially final at this point!
This commit is contained in:
parent
a32eda9abf
commit
96b762fba9
2 changed files with 4 additions and 4 deletions
|
|
@ -150,9 +150,9 @@ class MeshService : Service(), Logging {
|
|||
val fromString = fromId ?: fromId.toString()
|
||||
|
||||
when (data.typValue) {
|
||||
MeshProtos.Data.Type.SIMPLE_TEXT_VALUE ->
|
||||
MeshProtos.Data.Type.CLEAR_TEXT_VALUE ->
|
||||
warn(
|
||||
"TODO ignoring SIMPLE_TEXT from $fromString: ${bytes.toString(
|
||||
"TODO ignoring CLEAR_TEXT from $fromString: ${bytes.toString(
|
||||
Charset.forName("UTF-8")
|
||||
)}"
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue