diff options
| author | Nathan Perry <np@nathanperry.dev> | 2024-12-13 13:40:50 -0500 |
|---|---|---|
| committer | Nathan Perry <np@nathanperry.dev> | 2024-12-13 13:40:50 -0500 |
| commit | 2b51c3abd79bfccc1a38d66be1fdcc48b68e965f (patch) | |
| tree | 6f6559d1c600ae0898403dea7fdeb54483933e91 | |
| parent | 02dc8a901d9432a8c19eac038afa1863711eb458 (diff) | |
test_fw: restore pressuretest-net
| -rw-r--r-- | test_fw/src/main.cpp | 1 |
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 |
