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

@ -462,7 +462,7 @@ void MGMHandlerLIS3MDL::doTransition(Mode_t modeFrom, Submode_t subModeFrom) {
}
uint32_t MGMHandlerLIS3MDL::getTransitionDelayMs(Mode_t from, Mode_t to) {
return 30000;
return 10000;
}
void MGMHandlerLIS3MDL::modeChanged(void) {