mirror of
https://github.com/meshtastic/firmware.git
synced 2025-06-10 23:22:05 +00:00
don't turn wifi on yet, because my fixes for arduino-esp32 haven't been pushed
This commit is contained in:
parent
284317cb25
commit
c7290e6ccc
@ -152,6 +152,7 @@ void userButtonPressedLong()
|
|||||||
#ifndef NO_ESP32
|
#ifndef NO_ESP32
|
||||||
void initWifi()
|
void initWifi()
|
||||||
{
|
{
|
||||||
|
#if 0
|
||||||
// strcpy(radioConfig.preferences.wifi_ssid, "xxx");
|
// strcpy(radioConfig.preferences.wifi_ssid, "xxx");
|
||||||
// strcpy(radioConfig.preferences.wifi_password, "xxx");
|
// strcpy(radioConfig.preferences.wifi_password, "xxx");
|
||||||
if (radioConfig.has_preferences) {
|
if (radioConfig.has_preferences) {
|
||||||
@ -173,6 +174,7 @@ void initWifi()
|
|||||||
}
|
}
|
||||||
} else
|
} else
|
||||||
DEBUG_MSG("Not using WIFI\n");
|
DEBUG_MSG("Not using WIFI\n");
|
||||||
|
#endif
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user