mirror of
https://github.com/meshtastic/firmware.git
synced 2025-04-26 18:09:04 +00:00
remove hard coded network
This commit is contained in:
parent
bb9abf2dca
commit
46781357df
@ -23,8 +23,8 @@ char ourHost[16];
|
|||||||
|
|
||||||
bool forcedSoftAP = 0;
|
bool forcedSoftAP = 0;
|
||||||
|
|
||||||
|
bool isSoftAPForced()
|
||||||
bool isSoftAPForced() {
|
{
|
||||||
return forcedSoftAP;
|
return forcedSoftAP;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -40,8 +40,6 @@ bool isWifiAvailable()
|
|||||||
|
|
||||||
// strcpy(radioConfig.preferences.wifi_ssid, "");
|
// strcpy(radioConfig.preferences.wifi_ssid, "");
|
||||||
// strcpy(radioConfig.preferences.wifi_password, "");
|
// strcpy(radioConfig.preferences.wifi_password, "");
|
||||||
// strcpy(radioConfig.preferences.wifi_ssid, "meshtastic");
|
|
||||||
// strcpy(radioConfig.preferences.wifi_password, "meshtastic!");
|
|
||||||
|
|
||||||
if (*wifiName && *wifiPsw) {
|
if (*wifiName && *wifiPsw) {
|
||||||
return 1;
|
return 1;
|
||||||
|
Loading…
Reference in New Issue
Block a user