don't turn wifi on yet, because my fixes for arduino-esp32 haven't been pushed

1.2-legacy
geeksville 2020-07-09 20:11:33 -07:00
rodzic 284317cb25
commit c7290e6ccc
1 zmienionych plików z 2 dodań i 0 usunięć

Wyświetl plik

@ -152,6 +152,7 @@ void userButtonPressedLong()
#ifndef NO_ESP32
void initWifi()
{
#if 0
// strcpy(radioConfig.preferences.wifi_ssid, "xxx");
// strcpy(radioConfig.preferences.wifi_password, "xxx");
if (radioConfig.has_preferences) {
@ -173,6 +174,7 @@ void initWifi()
}
} else
DEBUG_MSG("Not using WIFI\n");
#endif
}
#endif