bugfix in mac counter printf
This commit is contained in:
parent
ac8fa77eb0
commit
1b22c6db7b
@ -211,7 +211,7 @@ void wifi_sniffer_loop(void * pvParameters) {
|
|||||||
|
|
||||||
// Prepare and execute LoRaWAN data upload
|
// Prepare and execute LoRaWAN data upload
|
||||||
u8x8.setCursor(0,4);
|
u8x8.setCursor(0,4);
|
||||||
u8x8.printf("MAC#: %i", macnum);
|
u8x8.printf("MAC#: %5i", macnum);
|
||||||
do_send(&sendjob); // send payload
|
do_send(&sendjob); // send payload
|
||||||
vTaskDelay(500/portTICK_PERIOD_MS);
|
vTaskDelay(500/portTICK_PERIOD_MS);
|
||||||
yield();
|
yield();
|
||||||
|
Loading…
Reference in New Issue
Block a user