I tried to enable the configuration of Thingy91 to use external sensors. I made following additions:
1. Added the following line to Asset_tracker_V2/K config file : rsource "src/ext_sensors/Kconfig"
Tried following methods:
Method1. to enable EXTERNAL_SENSORS by default made changes to src/ext_sensors/Kconfig file :
menuconfig EXTERNAL_SENSORS
bool "External sensors"
default y -> this was not there in original code
then, Project-> Reload, Project-> RUN CMAKE .. the compile and Build is successful, but the CONFIGUR_EXTERNAL_SENSORS remains unhighlighted in sensor_module.c
Method 2: in prj.conf
CONFIG_EXTERNAL_SENSORS = y
there is compile error: try to set value y of undefined CONFIG_EXTERNAL_SENSORS.
How to enable the external sensors in Thingy91