Mercurial > public > ostc4
diff Discovery/Inc/tMenuEdit.h @ 788:4abfb8a2a435
Define explicit setpoints for low / high / deco. Add an option to delay the switch to SPlow until all decompression has been cleared. (mikeller)
author | heinrichsweikamp |
---|---|
date | Tue, 04 Jul 2023 14:39:06 +0200 |
parents | c31237d20491 |
children | 17d9d6eddd8d |
line wrap: on
line diff
--- a/Discovery/Inc/tMenuEdit.h Sun Jun 04 21:59:26 2023 +0200 +++ b/Discovery/Inc/tMenuEdit.h Tue Jul 04 14:39:06 2023 +0200 @@ -40,6 +40,7 @@ #define ME_Y_LINE5 (ME_Y_LINE1 + (4 * ME_Y_LINE_STEP)) #define ME_Y_LINE6 (ME_Y_LINE1 + (5 * ME_Y_LINE_STEP)) +#define EXIT_TO_NEXT_MENU (246) #define EXIT_TO_INFO_SENSOR (247) #define EXIT_TO_INFO_COMPASS (248) #define EXIT_TO_MENU_WITH_LOGO (249)