comparison Discovery/Inc/tMenuEdit.h @ 584:830de438e0b0

Added option for 100% o2 calibration: For the implementation of the selection of the calib gas the reactivation of the menu elemen "FIELD_TOGGLE" was necessary. Within the calibration menu item it is now possible to select between air and 100% o2 calibration. The calibration itself no consideres the ambient pressure during calculation of the coeff.
author Ideenmodellierer
date Sat, 12 Dec 2020 21:05:11 +0100
parents 531e7818b737
children b9f699d2e3d0
comparison
equal deleted inserted replaced
583:3860b8fa4b29 584:830de438e0b0
93 void exitEditWithUpdate(void); 93 void exitEditWithUpdate(void);
94 void exitMenuEdit_to_Home(void); 94 void exitMenuEdit_to_Home(void);
95 void exitMenuEdit_to_Home_with_Menu_Update(void); 95 void exitMenuEdit_to_Home_with_Menu_Update(void);
96 void exitMenuEdit_to_Menu_with_Menu_Update(void); 96 void exitMenuEdit_to_Menu_with_Menu_Update(void);
97 void exitMenuEdit_to_Menu_with_Menu_Update_do_not_write_settings_for_this_only(void); 97 void exitMenuEdit_to_Menu_with_Menu_Update_do_not_write_settings_for_this_only(void);
98 98 void exitMenuEditField(void);
99 void tMenuEdit_writeSettingsToFlash(void); 99 void tMenuEdit_writeSettingsToFlash(void);
100 100
101 GFX_DrawCfgScreen* getMenuEditScreen(void); 101 GFX_DrawCfgScreen* getMenuEditScreen(void);
102 #endif /* TMENU_EDIT_H */ 102 #endif /* TMENU_EDIT_H */