const corrections

This commit is contained in:
richonguzman 2024-06-08 14:12:20 -04:00
parent 0f5330141f
commit 6ee86f7557
4 changed files with 10 additions and 10 deletions

View file

@ -66,7 +66,7 @@ namespace Utils {
}
}
const String getLocalIP() {
String getLocalIP() {
if (!WiFiConnected) {
return "IP : 192.168.4.1";
} else if (backUpDigiMode) {