Hi all,
I'm new to the whole kconfig system, and I can't seem to change the Asset Tracker to passive mode.
I've tried adding these lines to the prj.conf file:
Where do these messages come from, and how do I change this?
Hi all,
I'm new to the whole kconfig system, and I can't seem to change the Asset Tracker to passive mode.
I've tried adding these lines to the prj.conf file:
Sorry, I just repilcated what you stated.
I tried using 2.2.0 and setting those lines in the prj.conf but this still evaluates to true:
static void apply_config(struct sensor_msg_data *msg) { #if defined(CONFIG_EXTERNAL_SENSORS) configure_acc(&msg->module.data.data.cfg); if (msg->module.data.data.cfg.active_mode) { accelerometer_callback_set(false); } else { accelerometer_callback_set(true); } #endif /* CONFIG_EXTERNAL_SENSORS */ }
Are you able to rebuild your project with the overlay-debug.conf? This should provide more information for our developers to see what is going on.
Thanks!
How exactly should I do this? I can see this already in the kconfig:
hubert_11 said:If I select debug options when creating the build configuration the build fails, which I already reported here:
https://devzone.nordicsemi.com/f/nordic-q-a/96553/build-configuration-fails-for-sdk-2-2-0/409413
I am not talking about the debug options in VS Code, this is the debug configuration which enables misc. debug settings in the application itself.
In VS Code you can add this to your build configuration under Add Fragment, which will give you a dropdown menu of available overlay config files