just start at 1
This commit is contained in:
parent
5cf80147f0
commit
0ab9a59081
1 changed files with 1 additions and 1 deletions
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue