More TMP1075 bugfixes #727

Merged
muellerr merged 4 commits from more-tmp-bugfixes into main 2023-07-07 10:53:10 +02:00
13 changed files with 47 additions and 29 deletions
Showing only changes of commit 61ea80f92c - Show all commits

View File

@@ -1249,7 +1249,6 @@ void ThermalController::ctrlObc() {
void ThermalController::ctrlObcIfBoard() {
thermalComponent = OBCIF_BOARD;
sensors[0].first = deviceTemperatures.q7s.isValid();
sensors[0].second = deviceTemperatures.q7s.value;
sensors[1].first = sensorTemperatures.tmp1075Tcs0.isValid();

View File

@@ -15,7 +15,6 @@ Tmp1075Handler::~Tmp1075Handler() {}
void Tmp1075Handler::doStartUp() { setMode(MODE_ON); }
void Tmp1075Handler::doShutDown() {
sif::debug << "TMP1075: Going off" << std::endl;
communicationStep = CommunicationStep::START_ADC_CONVERSION;
PoolReadGuard pg(&dataset);
dataset.setValidity(false, true);