mirror of
https://github.com/meshtastic/firmware.git
synced 2025-06-16 01:52:04 +00:00
Update from config.payloadVariant to config.wifi
This commit is contained in:
parent
d68d85590b
commit
dca6c27c9d
@ -218,7 +218,7 @@ bool initWifi(bool forceSoftAP)
|
|||||||
} else {
|
} else {
|
||||||
|
|
||||||
// If AP is configured to be hidden hidden
|
// If AP is configured to be hidden hidden
|
||||||
if (config.payloadVariant.wifi.ap_hidden) {
|
if (config.wifi.ap_hidden) {
|
||||||
|
|
||||||
// The configurations on softAP are from the espresif library
|
// The configurations on softAP are from the espresif library
|
||||||
int ok = WiFi.softAP(wifiName, wifiPsw, 1, 1, 4);
|
int ok = WiFi.softAP(wifiName, wifiPsw, 1, 1, 4);
|
||||||
|
Loading…
Reference in New Issue
Block a user