aboutsummaryrefslogtreecommitdiff
path: root/test_fw
diff options
context:
space:
mode:
Diffstat (limited to 'test_fw')
-rw-r--r--test_fw/src/main.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/test_fw/src/main.cpp b/test_fw/src/main.cpp
index cae2994..5e5c71a 100644
--- a/test_fw/src/main.cpp
+++ b/test_fw/src/main.cpp
@@ -247,6 +247,7 @@ void loop() {
lux_value,
bme_data_source.temperature,
bme_data_source.humidity,
+ static_cast<float>(bme_data_source.pressure),
#if USE_BSEC
bme_data_source.gas,
#else