just small code cleaning

This commit is contained in:
richonguzman
2024-03-27 15:28:27 -03:00
parent d004efb193
commit df3b15ff35
5 changed files with 7 additions and 8 deletions
+1 -1
View File
@@ -42,7 +42,7 @@ namespace WIFI_Utils {
if (currentWiFi->ssid == "") {
startAP = true;
} else {
int wifiCounter = 0;
uint8_t wifiCounter = 0;
WiFi.mode(WIFI_STA);
WiFi.disconnect();
delay(500);