better blink

This commit is contained in:
2021-03-03 19:16:22 +01:00
parent fe1bc101a3
commit 6611220851
4 changed files with 18 additions and 3 deletions

View File

@ -86,7 +86,7 @@ static void wizDHCPAssign() {
coloredMsg(LOG_BLUE, "wizda, set netinfo again");
networkAvailable = true;
show(LED_GREEN, ON);
show(LED_GREEN, BLINK_FAST);
coloredMsg(LOG_BLUE, "wizda, network is available");
}