From 515d56e4232c5afb08c0e26a2a293572ec3157bc Mon Sep 17 00:00:00 2001 From: "Jakob.Meier" Date: Thu, 25 Mar 2021 17:15:54 +0100 Subject: [PATCH] transition delay set to 5000 again --- mission/devices/Max31865PT1000Handler.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mission/devices/Max31865PT1000Handler.cpp b/mission/devices/Max31865PT1000Handler.cpp index 3ef48120..c6d98c0a 100644 --- a/mission/devices/Max31865PT1000Handler.cpp +++ b/mission/devices/Max31865PT1000Handler.cpp @@ -329,7 +329,7 @@ void Max31865PT1000Handler::debugInterface(uint8_t positionTracker, uint32_t Max31865PT1000Handler::getTransitionDelayMs( Mode_t modeFrom, Mode_t modeTo) { - return 10000; + return 5000; } ReturnValue_t Max31865PT1000Handler::getSwitches(