FIxed SSID display in settings
All checks were successful
Test compiling project / test (push) Successful in 2m43s

This commit is contained in:
2025-02-23 10:36:28 +01:00
parent 146a4412e0
commit 354661c9ee
5 changed files with 9 additions and 7 deletions

View File

@@ -40,9 +40,11 @@ String processor(const String& var)
return String(prefs.getFloat(water_level_max_key, -1));
} else if (var == water_volume_key) {
return String(prefs.getFloat(water_volume_key, -1));
} else if (var == ssid_key) {
return String(prefs.getString(ssid_key, ""));
}
return String("Test");
return String("");
}
// OTA Callbacks