lowered transition times and changed pst to 1sec

This commit is contained in:
2021-03-07 14:11:13 +01:00
committed by Robin.Mueller
parent 191b75926a
commit 667c91d47e
4 changed files with 4 additions and 4 deletions

View File

@ -325,7 +325,7 @@ ReturnValue_t MGMHandlerRM3100::initializeLocalDataPool(
}
uint32_t MGMHandlerRM3100::getTransitionDelayMs(Mode_t from, Mode_t to) {
return 15000;
return 10000;
}
ReturnValue_t MGMHandlerRM3100::handleDataReadout(const uint8_t *packet) {