diff --git a/src/bme_utils.cpp b/src/bme_utils.cpp index aaa8f66..c9d5750 100644 --- a/src/bme_utils.cpp +++ b/src/bme_utils.cpp @@ -10,7 +10,7 @@ extern Configuration Config; extern logging::Logger logger; -extern uint32_t bmeLastReading; +extern uint32_t bmeLastReading; float newHum, newTemp, newPress, newGas;