Skip to content

Commit f4e470d

Browse files
committed
samples: cellular: lwm2m_client: Enable sensor readings on Thingy91X
Sensor objects were enabled by default, but not the active reading of values. Signed-off-by: Seppo Takalo <[email protected]>
1 parent 58538af commit f4e470d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

samples/cellular/lwm2m_client/boards/thingy91x_nrf9151_ns.conf

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,10 @@ CONFIG_LWM2M_IPSO_TEMP_SENSOR_VERSION_1_1=y
4040

4141
# Sensor module
4242
CONFIG_SENSOR_MODULE=y
43+
CONFIG_SENSOR_MODULE_TEMP=y
44+
CONFIG_SENSOR_MODULE_PRESS=y
45+
CONFIG_SENSOR_MODULE_HUMID=y
46+
CONFIG_SENSOR_MODULE_GAS_RES=y
4347

4448
# Crypto
4549
CONFIG_OBERON_BACKEND=y

0 commit comments

Comments
 (0)