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.
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.