Serial ID update

pull/46/head
shaun feakes 2018-03-05 19:55:32 -06:00
parent e957f181f9
commit 8f10e6e0fc
2 changed files with 1 additions and 1 deletions

View File

@ -507,7 +507,7 @@ void main_loop() {
}
} else if (packet_length > 0) {
// printf("packet not for us %02x\n",packet_buffer[PKT_DEST]);
logMessage(LOG_DEBUG_SERIAL, "Received Packet, but not for us, ID is for %02x\n",packet_buffer[PKT_DEST]);
logMessage(LOG_DEBUG_SERIAL, "Received Packet, but not for us, ID is for 0x%02hhx\n",packet_buffer[PKT_DEST]);
}
}
mg_mgr_poll(&mgr, 0);

Binary file not shown.