From 466652549adefe31768601763dce5dbef5ac6f08 Mon Sep 17 00:00:00 2001 From: s-hadinger <49731213+s-hadinger@users.noreply.github.com> Date: Thu, 25 Apr 2024 11:23:27 +0200 Subject: [PATCH] Fix faulty printing of IPv4 --- tasmota/tasmota_support/support_wifi.ino | 1 + 1 file changed, 1 insertion(+) diff --git a/tasmota/tasmota_support/support_wifi.ino b/tasmota/tasmota_support/support_wifi.ino index 6e5b34419..cffc51a85 100644 --- a/tasmota/tasmota_support/support_wifi.ino +++ b/tasmota/tasmota_support/support_wifi.ino @@ -1481,6 +1481,7 @@ void WifiEvents(arduino_event_t *event) { } } } + break; #endif // USE_IPV6 case ARDUINO_EVENT_WIFI_STA_GOT_IP: {