fix: harden CLI and GPS handling

This commit is contained in:
mikecarper
2026-08-27 17:59:44 -07:00
parent b1f8945e1c
commit 74002db4e5
9 changed files with 192 additions and 94 deletions
+1
View File
@@ -784,6 +784,7 @@ void SensorMesh::onPeerDataRecv(mesh::Packet* packet, uint8_t type, int sender_i
uint8_t temp[166];
char *command = (char *) &data[5];
char *reply = (char *) &temp[5];
*reply = 0;
handleCommand(sender_timestamp, command, reply, i,
packet->getPathHashSize());