refactor dhcp handling, fix typo

This commit is contained in:
Wolfgang Hottgenroth 2020-11-10 14:26:48 +01:00
parent 6f4cc803be
commit 0cbc9e2d56
Signed by: wn
GPG Key ID: 6C1E5E531E0D5D7F

View File

@ -78,7 +78,7 @@ static void wizDHCPUpdate() {
}
static void wizDHCPHandler(void *handle) {
coloredLog(LOG_RED, "wizdh");
coloredMsg(LOG_RED, "wizdh");
static uint8_t lastDhcpRes = 255;