From 0ab9a59081dbc8996d630daab8d67082c1a2da42 Mon Sep 17 00:00:00 2001 From: "Morgan 'ARR\\!' Allen" Date: Sun, 26 Apr 2020 13:20:31 -0700 Subject: [PATCH] just start at 1 --- main/lorcomm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {