improve and optimize SD card handling
All checks were successful
EIVE/eive-obsw/pipeline/pr-develop This commit looks good

This commit is contained in:
2022-05-24 00:20:23 +02:00
parent b66a91da2e
commit b2c286cd7e
10 changed files with 168 additions and 115 deletions

View File

@ -114,7 +114,7 @@ bool Max31865RtdReader::periodicInitHandling() {
#if OBSW_RTD_AUTO_MODE == 0
result = writeBiasSel(Bias::ON, rtd->spiCookie, BASE_CFG);
#endif
someRtdUsable = true;
someRtdUsable = true;
}
}
return someRtdUsable;