fix esp32 build for dev1.2

This commit is contained in:
Kevin Hester
2021-02-17 16:17:46 +08:00
parent 42ae27973e
commit f064e56dc9
7 changed files with 13 additions and 7 deletions

View File

@@ -156,7 +156,7 @@ bool SerialPluginRadio::handleReceived(const MeshPacket &mp)
if (radioConfig.preferences.serialplugin_enabled) {
auto &p = mp.decoded.data;
auto &p = mp.decoded;
// DEBUG_MSG("Received text msg self=0x%0x, from=0x%0x, to=0x%0x, id=%d, msg=%.*s\n",
// nodeDB.getNodeNum(), mp.from, mp.to, mp.id, p.payload.size, p.payload.bytes);