After configuring WiFi it was not automaticly activated

This commit is contained in:
Sjef Verhoeven PE5PVB
2023-10-08 14:21:54 +02:00
parent b50bd6f8b5
commit 94216c9a15
2 changed files with 1 additions and 1 deletions

View File

@@ -571,7 +571,6 @@ void tryWiFi() {
Udp.begin(9031);
remoteip = IPAddress (WiFi.localIP()[0], WiFi.localIP()[1], WiFi.localIP()[2], subnetclient);
if (!setupmode) tftPrint(0, myLanguage[language][57], 155, 128, InsignificantColor, InsignificantColorSmooth, 28);
wifi = true;
} else {
if (!setupmode) tftPrint(0, myLanguage[language][56], 155, 128, SignificantColor, SignificantColorSmooth, 28);
Server.end();