just start at 1

This commit is contained in:
Morgan 'ARR\!' Allen 2020-04-26 13:20:31 -07:00
parent 5cf80147f0
commit 0ab9a59081
1 changed files with 1 additions and 1 deletions

View File

@ -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) {