refactored TM funnels to allow multiple TM recipients

This commit is contained in:
2022-11-02 10:20:14 +01:00
parent 7dcc00312f
commit 191d5f1268
47 changed files with 287 additions and 200 deletions

View File

@ -630,7 +630,7 @@ ReturnValue_t SyrlinksHkHandler::initializeLocalDataPool(localpool::DataPool& lo
return returnvalue::OK;
}
void SyrlinksHkHandler::setModeNormal() { mode = MODE_NORMAL; }
void SyrlinksHkHandler::setModeNormal() { setMode(MODE_NORMAL); }
float SyrlinksHkHandler::calcTempVal(uint16_t raw) { return 0.126984 * raw - 67.87; }