Fixed display bug
This commit is contained in:
parent
a37a567ab2
commit
01d617f61e
@ -274,7 +274,7 @@ void sniffer_loop(void * pvParameters) {
|
||||
snprintf(buff, sizeof(buff), "PAX:%d", (int) macs.size()); // convert 16-bit MAC counter to decimal counter value
|
||||
u8x8.setCursor(0,0);
|
||||
u8x8.draw2x2String(0, 0, buff); // display number on unique macs total Wifi + BLE
|
||||
//u8x8.clearLine(3);
|
||||
u8x8.clearLine(3);
|
||||
u8x8.setCursor(0,3);
|
||||
// We just state out of BLE scanning
|
||||
if (currentScanDevice) {
|
||||
|
Loading…
Reference in New Issue
Block a user