diff --git a/main/lorcomm.c b/main/lorcomm.c index e8ee41e..90ff05c 100644 --- a/main/lorcomm.c +++ b/main/lorcomm.c @@ -10,7 +10,7 @@ #define MSG_ID_TRACK (16) uint8_t mac[6] = {0}; -static uint8_t msg_id = 0; +static uint8_t msg_id = 1; uint8_t msg_track[MSG_ID_TRACK] = { 0 }; void lorcomm_handle_receive(uint8_t size) {