Mercurial > public > ostc4
diff Discovery/Inc/tMenuEditSetpoint.h @ 773:2c243233c999
Menu shortcut for bailout / return to circuit when diving in CCR mode (mikeller)
author | heinrichsweikamp |
---|---|
date | Wed, 10 May 2023 16:24:57 +0200 |
parents | 5f11787b4f42 |
children | 46c6d2380d4e |
line wrap: on
line diff
--- a/Discovery/Inc/tMenuEditSetpoint.h Sat Apr 22 21:11:50 2023 -0500 +++ b/Discovery/Inc/tMenuEditSetpoint.h Wed May 10 16:24:57 2023 +0200 @@ -32,6 +32,7 @@ #include <stdint.h> void openEdit_Setpoint(uint8_t line); -void openEdit_DiveSelectBetterSetpoint(void); +void openEdit_DiveSelectBetterSetpoint(bool useLastDiluent); +void checkSwitchToLoop(void); #endif /* TMENU_EDIT_SETPOINT_H */