Mercurial > public > ostc4
comparison 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 |
comparison
equal
deleted
inserted
replaced
649:60162a939c06 | 650:5f0d3dce5ef4 |
---|---|
881 } | 881 } |
882 } | 882 } |
883 | 883 |
884 void selectPage(uint32_t selection) | 884 void selectPage(uint32_t selection) |
885 { | 885 { |
886 uint8_t page, line; | 886 uint8_t page; |
887 SStateList idList; | 887 SStateList idList; |
888 | 888 |
889 SSettings* pSettings; | 889 SSettings* pSettings; |
890 pSettings = settingsGetPointer(); | 890 pSettings = settingsGetPointer(); |
891 | 891 |