You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
./../../../../connectedhomeip/connectedhomeip/config/esp32/third_party/connectedhomeip/src/platform/ESP32/ConnectivityManagerImpl_WiFi.cpp: In member function 'CHIP_ERROR chip::DeviceLayer::ConnectivityManagerImpl::InitWiFi()':
../../../../../connectedhomeip/connectedhomeip/config/esp32/third_party/connectedhomeip/src/platform/ESP32/CHIPDevicePlatformConfig.h:81:60: error: 'CONFIG_WIFI_STATION_RECONNECT_INTERVAL' was not declared in this scope; did you mean 'CONFIG_WIFI_AP_BEACON_INTERVAL'?
81 | #define CHIP_DEVICE_CONFIG_WIFI_STATION_RECONNECT_INTERVAL CONFIG_WIFI_STATION_RECONNECT_INTERVAL
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../../../../connectedhomeip/connectedhomeip/config/esp32/third_party/connectedhomeip/src/platform/ESP32/ConnectivityManagerImpl_WiFi.cpp:393:67: note: in expansion of macro 'CHIP_DEVICE_CONFIG_WIFI_STATION_RECONNECT_INTERVAL'
393 | mWiFiStationReconnectInterval = System::Clock::Milliseconds32(CHIP_DEVICE_CONFIG_WIFI_STATION_RECONNECT_INTERVAL);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../../../../connectedhomeip/connectedhomeip/config/esp32/third_party/connectedhomeip/src/platform/ESP32/CHIPDevicePlatformConfig.h:81:60: note: maximum limit of 1000 namespaces searched for 'CONFIG_WIFI_STATION_RECONNECT_INTERVAL'
81 | #define CHIP_DEVICE_CONFIG_WIFI_STATION_RECONNECT_INTERVAL CONFIG_WIFI_STATION_RECONNECT_INTERVAL
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../../../../connectedhomeip/connectedhomeip/config/esp32/third_party/connectedhomeip/src/platform/ESP32/ConnectivityManagerImpl_WiFi.cpp:393:67: note: in expansion of macro 'CHIP_DEVICE_CONFIG_WIFI_STATION_RECONNECT_INTERVAL'
393 | mWiFiStationReconnectInterval = System::Clock::Milliseconds32(CHIP_DEVICE_CONFIG_WIFI_STATION_RECONNECT_INTERVAL);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../../../../connectedhomeip/connectedhomeip/config/esp32/third_party/connectedhomeip/src/platform/ESP32/ConnectivityManagerImpl_WiFi.cpp:413:13: error: 'CONFIG_DEFAULT_WIFI_SSID' was not declared in this scope; did you mean 'CONFIG_ENABLE_WIFI_AP'?
413 | if (CONFIG_DEFAULT_WIFI_SSID[0] != 0)
| ^~~~~~~~~~~~~~~~~~~~~~~~
| CONFIG_ENABLE_WIFI_AP
../../../../../connectedhomeip/connectedhomeip/config/esp32/third_party/connectedhomeip/src/platform/ESP32/ConnectivityManagerImpl_WiFi.cpp:413:13: note: maximum limit of 1000 namespaces searched for 'CONFIG_DEFAULT_WIFI_SSID'
../../../../../connectedhomeip/connectedhomeip/config/esp32/third_party/connectedhomeip/src/platform/ESP32/ConnectivityManagerImpl_WiFi.cpp:422:45: error: 'CONFIG_DEFAULT_WIFI_PASSWORD' was not declared in this scope
422 | memcpy(wifiConfig.sta.password, CONFIG_DEFAULT_WIFI_PASSWORD,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../../../../connectedhomeip/connectedhomeip/config/esp32/third_party/connectedhomeip/src/platform/ESP32/ConnectivityManagerImpl_WiFi.cpp:422:45: note: maximum limit of 1000 namespaces searched for 'CONFIG_DEFAULT_WIFI_PASSWORD'
The text was updated successfully, but these errors were encountered:
github-actionsbot
changed the title
Cannot compile icd_app when targetting ESP32-H2
Cannot compile icd_app when targetting ESP32-H2 (CON-1497)
Jan 5, 2025
Describe the bug
I am unable to compile the icd_app example when targeting ESP32-H2.
I execute this idf.py command:
but the compilation fails
Related I'm sure to the fact the H2 has no WiFi.
Environment
Full compilation output attached
output.txt
The text was updated successfully, but these errors were encountered: