sforkowany z mirror/meshtastic-firmware
don't turn wifi on yet, because my fixes for arduino-esp32 haven't been pushed
rodzic
284317cb25
commit
c7290e6ccc
|
@ -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
|
||||
|
||||
|
|
Ładowanie…
Reference in New Issue