set dataset invalid on OFF mode #726

Merged
muellerr merged 3 commits from tmp-1075-set-sets-invalid into main 2023-07-06 14:27:06 +02:00
Showing only changes of commit cd9cb48b04 - Show all commits

View File

@ -19,6 +19,7 @@ void Tmp1075Handler::doStartUp() {
void Tmp1075Handler::doShutDown() {
communicationStep = CommunicationStep::START_ADC_CONVERSION;
dataset.setValidity(false, true);
meggert marked this conversation as resolved Outdated

PoolReadGuard missing for commit

`PoolReadGuard` missing for commit
setMode(_MODE_POWER_DOWN);
}