fix standalone compiling

This commit is contained in:
Proddy
2023-11-10 11:54:41 +01:00
parent 52077cbd07
commit 3fc36b5e50
3 changed files with 19 additions and 4 deletions

View File

@@ -63,6 +63,7 @@ class DummySettings {
String jwtSecret = "ems-esp";
String ssid = "ems-esp";
String password = "ems-esp";
String bssid = "";
String localIP = "";
String gatewayIP = "";
String subnetMask = "";