set dataset invalid on OFF mode
All checks were successful
EIVE/eive-obsw/pipeline/head This commit looks good
EIVE/eive-obsw/pipeline/pr-main This commit looks good

This commit is contained in:
Robin Müller 2023-07-05 16:31:41 +02:00
parent dea3077f29
commit cd9cb48b04
Signed by: muellerr
GPG Key ID: 407F9B00F858F270

View File

@ -19,6 +19,7 @@ void Tmp1075Handler::doStartUp() {
void Tmp1075Handler::doShutDown() {
communicationStep = CommunicationStep::START_ADC_CONVERSION;
dataset.setValidity(false, true);
setMode(_MODE_POWER_DOWN);
}