I think the protobuf spec is essentially final at this point!

This commit is contained in:
geeksville
2020-01-25 06:37:53 -08:00
parent a32eda9abf
commit 96b762fba9
2 changed files with 4 additions and 4 deletions

View File

@@ -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")
)}"
)