Mercurial > public > ostc4
comparison Discovery/Src/tMenuEditPlanner.c @ 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 | 1c95f811967c |
children | 1b995079c045 |
comparison
equal
deleted
inserted
replaced
583:3860b8fa4b29 | 584:830de438e0b0 |
---|---|
32 #include "gfx_fonts.h" | 32 #include "gfx_fonts.h" |
33 #include "ostc.h" // for MX_Bluetooth_PowerOff(); | 33 #include "ostc.h" // for MX_Bluetooth_PowerOff(); |
34 #include "simulation.h" | 34 #include "simulation.h" |
35 #include "tHome.h" //for tHome_gas_writer() | 35 #include "tHome.h" //for tHome_gas_writer() |
36 #include "tMenuEdit.h" | 36 #include "tMenuEdit.h" |
37 #include "unit.h" | |
37 | 38 |
38 /* Private types -------------------------------------------------------------*/ | 39 /* Private types -------------------------------------------------------------*/ |
39 uint8_t resultPage = 0; | 40 uint8_t resultPage = 0; |
40 int8_t first = 0; | 41 int8_t first = 0; |
41 | 42 |