set default values, just to be sure

This commit is contained in:
proddy
2026-01-05 21:36:21 +01:00
parent 33bde8b407
commit db40d1d381
5 changed files with 26 additions and 27 deletions

View File

@@ -64,10 +64,10 @@
class NetworkSettings {
public:
// core wifi configuration
String ssid;
String bssid;
String password;
String hostname;
String ssid = FACTORY_WIFI_SSID;
String bssid = "";
String password = FACTORY_WIFI_PASSWORD;
String hostname = FACTORY_WIFI_HOSTNAME;
bool staticIPConfig = false;
bool bandwidth20 = false;
uint8_t tx_power = 0;