What is the default path of Kconfig in SES Project ? I testing Azure-Iot_Hub sample project. I define the AZURE_IOT_HUB_DEVICE_ID and AZURE_IOT_HUB_NAME in prj.conf file. When build is run, the error appears that : the device ID should be defined in Kconfig ... BUILS_ASSERT fails ...
where is this file with following type of commands ?
config AZURE_IOT_HUB_DEVICE_ID string "Device ID" depends on AZURE_IOT_HUB help Device ID to be used when connecting to IoT hub and optionally DPS. Providing a device ID can also be done run-time if AZURE_IOT_HUB_DEVICE_ID_APP is selected.