Mercurial > public > ostc4
diff Discovery/Src/data_exchange_main.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 | 9bb9a52d6ae5 |
children | 1b995079c045 |
line wrap: on
line diff
--- a/Discovery/Src/data_exchange_main.c Sat Dec 12 20:54:31 2020 +0100 +++ b/Discovery/Src/data_exchange_main.c Sat Dec 12 21:05:11 2020 +0100 @@ -102,7 +102,6 @@ #define UNKNOWN_DATE_MONTH 1 #define UNKNOWN_DATE_YEAR 16 -#define IGNORE_O2_VOLTAGE_LEVEL_MV (0.5f) /* Private function prototypes -----------------------------------------------*/ static uint8_t DataEX_check_header_and_footer_ok(void);