mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-03-24 08:43:27 -04:00
I think the protobuf spec is essentially final at this point!
This commit is contained in:
@@ -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")
|
||||
)}"
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user