Tasmota/lib/lib_i2c/FrogmoreScd40
Stefan Tibus 94e2c2f9da Fix early return in startLowPowerPeriodicMeasurement
In method `FrogMoreScd40::startLowPowerPeriodicMeasurement` the `return`
statement appeared before the update of the `DuringMeasurement` flag.
Thus, the class would wrongly assume not be in measurement mode and a
subsequent `stopPeriodicMeasurement` would fail. Moved the `return`
statement to after setting the flag.
2022-04-13 00:15:47 +02:00
..
FrogmoreScd40.cpp Fix early return in startLowPowerPeriodicMeasurement 2022-04-13 00:15:47 +02:00
FrogmoreScd40.h Add SCD40/41 support 2021-09-15 12:02:27 +02:00
library.properties Add SCD40/41 support 2021-09-15 12:02:27 +02:00