diff Discovery/Inc/tMenu.h @ 647:15f6f0b5786c

Integrated selection of bailout in the diluent selection page: To be able to introduce a new menu page for future development, the selection of bailout cases is now combined with the selection of the diluent at one page. To enable this the concept of a "shadow page" has been introduced. With that the original functionality may be reused without need to a a standalone page. The bailout /diluen page is now switched (surface mode) using the last menu line of the gas selection page
author Ideenmodellierer
date Tue, 13 Apr 2021 19:25:41 +0200
parents 0dbf550dc743
children 6169309d6eb9
line wrap: on
line diff
--- a/Discovery/Inc/tMenu.h	Tue Apr 13 19:21:14 2021 +0200
+++ b/Discovery/Inc/tMenu.h	Tue Apr 13 19:25:41 2021 +0200
@@ -83,4 +83,6 @@
 void block_diluent_page(void);
 void unblock_diluent_page(void);
 
+void selectPage(uint32_t selection);
+
 #endif /* TMENU_H */