Handle for heartbeat toradio packets (#3420)

This commit is contained in:
Ben Meadors
2024-03-15 18:40:48 -05:00
committed by GitHub
parent 0de36fbfb0
commit 9586606229
2 changed files with 4 additions and 1 deletions

View File

@@ -113,6 +113,9 @@ bool PhoneAPI::handleToRadio(const uint8_t *buf, size_t bufLength)
"not enabled\n");
}
break;
case meshtastic_ToRadio_heartbeat_tag:
LOG_DEBUG("Got client heartbeat\n");
break;
default:
// Ignore nop messages
// LOG_DEBUG("Error: unexpected ToRadio variant\n");