changeset 905:24c08a80a5f7 Evo_2_23

DevBugfix SlowExit edit display: The safety stop depth had been referenced as start depth instead of the last deco stop depth. This has been corrected now.
author ideenmodellierer
date Sun, 13 Oct 2024 17:38:16 +0200
parents 5736b2641cb0
children 49ee233c7a74
files Discovery/Src/tMenuEditDeco.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/Discovery/Src/tMenuEditDeco.c	Sun Oct 13 17:36:32 2024 +0200
+++ b/Discovery/Src/tMenuEditDeco.c	Sun Oct 13 17:38:16 2024 +0200
@@ -270,7 +270,7 @@
     char text[64];
     uint16_t y_line;
 
-    SlowExitTime = settingsGetPointer()->safetystopDuration;
+    SlowExitTime = settingsGetPointer()->slowExitTime;
 
     y_line = ME_Y_LINE_BASE + (lineSelected * ME_Y_LINE_STEP);