oled printf

This commit is contained in:
2020-11-19 20:40:30 +01:00
parent 33fcf6c080
commit b122d836ed
3 changed files with 15 additions and 3 deletions

View File

@ -77,7 +77,7 @@ static void wizDHCPAssign() {
show(LED_GREEN, ON);
coloredMsg(LOG_BLUE, false, "wizda, network is available");
oledPrint("Address available");
oledPrintf("Address: %d.%d.%d.%d", netInfo.ip[0], netInfo.ip[1], netInfo.ip[2], netInfo.ip[3]);
}
static void wizDHCPUpdate() {