Asset Tracker Cloud Configuration Choice Error

I was working in asset_tracker_v2 for AZURE_IOT_HUB. All was working well. I copied some code from another file and suddenly the errors started appearing as shown in image. I have included the following overlay files in the build through -d command. 

west build -p always -b nrf9160dk_nrf9160_ns -- -DOVERLAY_CONFIG="overlay-azure.conf;overlay-debug.conf;asset-tracker-cloud-firmware-azure.conf;firmware.conf"

 I could not diagnose that where configuration got modified by mistake? I using UBUNTU to build the code.

  • Hello, 

    I copied some code from another file and suddenly the errors started appearing as shown in image. I have included the following overlay files in the build through -d command. 

    From where did you copy the code from? You have some warnings that is causing the build to stop, have you fixed these? You are designing for Azure IoT Hub but you get an nRF Cloud CLIENT configuration warning.

    Kind regards,
    Øyvind

Related