mirror of
https://github.com/meshcore-dev/MeshCore.git
synced 2026-09-22 18:06:47 +00:00
Default wifi.enabled to 0
This commit is contained in:
@@ -47,7 +47,7 @@ public:
|
||||
#ifdef WIFI_SSID
|
||||
char wifi_ssid[33] = {0}; // if empty, the compile-time WIFI_SSID is used
|
||||
char wifi_pwd[64] = {0};
|
||||
uint8_t wifi_enabled = 1; // 0 = never bring up WiFi (credentials may still be baked in)
|
||||
uint8_t wifi_enabled = 0; // off until 'set wifi.enabled 1' (credentials may still be baked in)
|
||||
#endif
|
||||
|
||||
private:
|
||||
|
||||
Reference in New Issue
Block a user