I started with the mqtt_simple example.
I added:
#CONFIG_MQTT_PASSWORD="pass"
#CONFIG_MQTT_USERNAME="David"
to the prj.conf file. Relaunched the project which rebuild the generated file configs.c.
When I look at the newly generated file, these are missing and I am unable to get main.c to compile when I replace the NULL values in client_init().
Is there a tutorial somewhere that shows the correct process for doing this?
Ver 1.2.0 tagged
EmbeddedStudio_ARM_Nordic_v442a_win_x64