aboutsummaryrefslogtreecommitdiff
path: root/test_fw/src/main.cpp
diff options
context:
space:
mode:
authorNathan Perry <np@nathanperry.dev>2024-12-13 13:40:50 -0500
committerNathan Perry <np@nathanperry.dev>2024-12-13 13:40:50 -0500
commit2b51c3abd79bfccc1a38d66be1fdcc48b68e965f (patch)
tree6f6559d1c600ae0898403dea7fdeb54483933e91 /test_fw/src/main.cpp
parent02dc8a901d9432a8c19eac038afa1863711eb458 (diff)
test_fw: restore pressuretest-net
Diffstat (limited to 'test_fw/src/main.cpp')
-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