comparison Discovery/Inc/tMenuEditSetpoint.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 46c6d2380d4e
children
comparison
equal deleted inserted replaced
787:aeb72882f30a 788:4abfb8a2a435
30 30
31 /* Includes ------------------------------------------------------------------*/ 31 /* Includes ------------------------------------------------------------------*/
32 #include <stdint.h> 32 #include <stdint.h>
33 #include <stdbool.h> 33 #include <stdbool.h>
34 34
35 #include "settings.h"
36
35 void openEdit_Setpoint(uint8_t line); 37 void openEdit_Setpoint(uint8_t line);
36 void openEdit_DiveSelectBetterSetpoint(bool useLastDiluent); 38 void openEdit_DiveSelectBetterSetpoint(bool useLastDiluent);
37 39
38 void checkSwitchToLoop(void); 40 void checkSwitchToLoop(void);
39 bool findSwitchToSetpoint(void); 41 bool findSwitchToSetpoint(void);
40 uint8_t getSwitchToSetpointCbar(void); 42 uint8_t getSwitchToSetpointCbar(void);
41 void checkSwitchSetpoint(void); 43 void checkSwitchSetpoint(void);
44 int printSetpointName(char *text, uint8_t setpointId, SSettings *settings, bool useSmallFont);
42 #endif /* TMENU_EDIT_SETPOINT_H */ 45 #endif /* TMENU_EDIT_SETPOINT_H */