Move more USER_SETTINGS out

This commit is contained in:
Daniel Öster 2025-09-02 20:42:48 +03:00
parent bf6e4c8a0f
commit f03324585b
10 changed files with 30 additions and 58 deletions

View file

@ -10,7 +10,10 @@ bool mdns_enabled = true; //If true, allows battery monitor te be found by .loc
uint16_t wifi_channel = 0;
std::string custom_hostname; //If not set, the default naming format 'esp32-XXXXXX' will be used
std::string ssid;
std::string password;
std::string ssidAP;
std::string passwordAP;
// Configuration Parameters
static const uint16_t WIFI_CHECK_INTERVAL = 2000; // 1 seconds normal check interval when last connected