Mercurial > public > ostc4
diff 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 |
line wrap: on
line diff
--- a/Discovery/Src/tMenuEditPlanner.c Sat Dec 12 20:54:31 2020 +0100 +++ b/Discovery/Src/tMenuEditPlanner.c Sat Dec 12 21:05:11 2020 +0100 @@ -34,6 +34,7 @@ #include "simulation.h" #include "tHome.h" //for tHome_gas_writer() #include "tMenuEdit.h" +#include "unit.h" /* Private types -------------------------------------------------------------*/ uint8_t resultPage = 0;