From 2b51c3abd79bfccc1a38d66be1fdcc48b68e965f Mon Sep 17 00:00:00 2001 From: Nathan Perry Date: Fri, 13 Dec 2024 13:40:50 -0500 Subject: test_fw: restore pressure --- test_fw/src/main.cpp | 1 + 1 file changed, 1 insertion(+) 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(bme_data_source.pressure), #if USE_BSEC bme_data_source.gas, #else -- cgit v1.3.1