mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-26 04:06:34 +00:00
Fix Double Call of StartWebserver when it is in WiFiManager Mode
This commit is contained in:
parent
dcad3c16c6
commit
c63b211009
@ -1305,7 +1305,7 @@ void Every250mSeconds(void)
|
|||||||
if (Settings.webserver) {
|
if (Settings.webserver) {
|
||||||
|
|
||||||
#ifdef ESP8266
|
#ifdef ESP8266
|
||||||
StartWebserver(Settings.webserver, WiFi.localIP());
|
if (!WifiIsInManagerMode()) { StartWebserver(Settings.webserver, WiFi.localIP()); }
|
||||||
#endif // ESP8266
|
#endif // ESP8266
|
||||||
#ifdef ESP32
|
#ifdef ESP32
|
||||||
#ifdef USE_ETHERNET
|
#ifdef USE_ETHERNET
|
||||||
|
Loading…
x
Reference in New Issue
Block a user