mirror of https://github.com/arendst/Tasmota.git
Fix faulty printing of IPv4
This commit is contained in:
parent
2a35f325b8
commit
466652549a
|
@ -1481,6 +1481,7 @@ void WifiEvents(arduino_event_t *event) {
|
|||
}
|
||||
}
|
||||
}
|
||||
break;
|
||||
#endif // USE_IPV6
|
||||
case ARDUINO_EVENT_WIFI_STA_GOT_IP:
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue