mirror of
https://github.com/MrUnknownDE/OpenIris-ESPIDF.git
synced 2026-04-19 14:33:45 +02:00
Merge remote-tracking branch 'origin/main' into mutimodal
# Conflicts: # components/CameraManager/CameraManager/CameraManager.cpp # dependencies.lock # main/openiris_main.cpp # sdkconfig
This commit is contained in:
@@ -227,8 +227,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