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
# adf_utils includes its own copy of the jsmn header, which conflicts with the one in kvswebrtc
adf_utils
# perfmon causes a compile error with CONFIG_LOG_MASTER_LEVEL
perfmon)
project(radio)
if(EXISTS ${SDKCONFIG} AND ${CMAKE_SOURCE_DIR}/sdkconfig.defaults IS_NEWER_THAN ${SDKCONFIG})
message(FATAL_ERROR "sdkconfig.defaults is newer than ${SDKCONFIG}. Because ESP-IDF doesn't pull new defaults after sdkconfig has been populated, the new settings won't take effect. Please remove ${SDKCONFIG} so that it can be regenerated, and try again")