mirror of
https://github.com/MrUnknownDE/OpenIris-ESPIDF.git
synced 2026-04-19 14:33:45 +02:00
- Applied changes based on PR feedback
- Remove redundant menu entries from default config (will be set by Kconfig.projbuild)
This commit is contained in:
@@ -152,8 +152,8 @@ void WiFiManager::SetupAccessPoint()
|
||||
|
||||
wifi_config_t ap_wifi_config = {
|
||||
.ap = {
|
||||
.ssid = CONFIG_AP_WIFI_SSID,
|
||||
.password = CONFIG_AP_WIFI_PASSWORD,
|
||||
.ssid = CONFIG_WIFI_AP_SSID,
|
||||
.password = CONFIG_WIFI_AP_PASSWORD,
|
||||
.max_connection = 1,
|
||||
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user