print extra info the next time this error occurs

This commit is contained in:
geeksville
2020-03-15 16:57:21 -07:00
parent 9ec8562ce7
commit 74f7b7b622
2 changed files with 4 additions and 1 deletions
+3
View File
@@ -255,6 +255,9 @@ void MeshService::handleToRadio(std::string s)
break;
}
}
else {
DEBUG_MSG("Error: ignoring malformed toradio\n");
}
}
void MeshService::sendToMesh(MeshPacket *p)