remove hard coded network

1.2-legacy
Jm Casler 2020-12-12 21:43:01 -08:00
rodzic bb9abf2dca
commit 46781357df
1 zmienionych plików z 2 dodań i 4 usunięć

Wyświetl plik

@ -23,8 +23,8 @@ char ourHost[16];
bool forcedSoftAP = 0;
bool isSoftAPForced() {
bool isSoftAPForced()
{
return forcedSoftAP;
}
@ -40,8 +40,6 @@ bool isWifiAvailable()
// strcpy(radioConfig.preferences.wifi_ssid, "");
// strcpy(radioConfig.preferences.wifi_password, "");
// strcpy(radioConfig.preferences.wifi_ssid, "meshtastic");
// strcpy(radioConfig.preferences.wifi_password, "meshtastic!");
if (*wifiName && *wifiPsw) {
return 1;