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
When disabled option CONFIG_AUTO_UPDATE_RCP in menuconfig, then cannot compile project.
Double checked that missing macro checking for above option in file 'esp_ot_config.h' for below define. #define ESP_OPENTHREAD_RCP_UPDATE_CONFIG()
And also missing macro checking in function call 'launch_openthread_border_router' for disabled this feature checking.
The text was updated successfully, but these errors were encountered:
github-actionsbot
changed the title
When disabled AUTO_UPDATE_RCP in menuconfig, cannot build this project
When disabled AUTO_UPDATE_RCP in menuconfig, cannot build this project (TZ-1101)
Aug 30, 2024
When disabled option CONFIG_AUTO_UPDATE_RCP in menuconfig, then cannot compile project.
Double checked that missing macro checking for above option in file 'esp_ot_config.h' for below define.
#define ESP_OPENTHREAD_RCP_UPDATE_CONFIG()
And also missing macro checking in function call 'launch_openthread_border_router' for disabled this feature checking.
The text was updated successfully, but these errors were encountered: