display stuff
This commit is contained in:
@ -27,7 +27,7 @@ static void displayStatus(uint8_t numOfStations) {
|
|||||||
confDisplay.drawString(1, 24, buf);
|
confDisplay.drawString(1, 24, buf);
|
||||||
confDisplay.display();
|
confDisplay.display();
|
||||||
memset(buf, 0, sizeof(buf));
|
memset(buf, 0, sizeof(buf));
|
||||||
sprintf(buf, "Num of stations: %d ", numOfStations);
|
sprintf(buf, "Num of stations: %d", numOfStations);
|
||||||
confDisplay.drawString(1, 36, buf);
|
confDisplay.drawString(1, 36, buf);
|
||||||
confDisplay.display();
|
confDisplay.display();
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user