diff Discovery/Src/tMenu.c @ 650:5f0d3dce5ef4

Automatik setpoint change: In previous versions a better set point was suggested by the OSTC but had to be confirmed using the quick menu functionality. To improve usability an option has been added to the setpoint menu which allows the selection of automatically setpoint changes. If activated the OSTC will automatically switch to the setpoint in case the matching depth is passed.
author Ideenmodellierer
date Mon, 19 Apr 2021 20:19:32 +0200
parents 15f6f0b5786c
children 4df22790dc0c
line wrap: on
line diff
--- a/Discovery/Src/tMenu.c	Mon Apr 19 20:16:24 2021 +0200
+++ b/Discovery/Src/tMenu.c	Mon Apr 19 20:19:32 2021 +0200
@@ -883,7 +883,7 @@
 
 void selectPage(uint32_t selection)
 {
-    uint8_t page, line;
+    uint8_t page;
     SStateList idList;
 
 	SSettings* pSettings;