Mercurial > public > ostc4
comparison Common/Inc/settings.h @ 337:38367bb982b8 PressureMeasure_Improvment
Set Max value for pressure offset to 50mBar (20mBar before)
Some OSTC4 might have a higher delta and need a bigger offset
author | ideenmodellierer |
---|---|
date | Sat, 17 Aug 2019 18:47:08 +0200 |
parents | b2a9e9b02df0 |
children | 75eedde05ff6 |
comparison
equal
deleted
inserted
replaced
336:449e9e9632e4 | 337:38367bb982b8 |
---|---|
63 #define BUEHLMANN_hwOS 1 | 63 #define BUEHLMANN_hwOS 1 |
64 | 64 |
65 #define MMDDYY 0 | 65 #define MMDDYY 0 |
66 #define DDMMYY 1 | 66 #define DDMMYY 1 |
67 #define YYMMDD 2 | 67 #define YYMMDD 2 |
68 | |
69 #define PRESSURE_OFFSET_LIMIT_MBAR 50 | |
68 | 70 |
69 /* 2015 Jan 30, hw, deco and travel added for MenuEditGas | 71 /* 2015 Jan 30, hw, deco and travel added for MenuEditGas |
70 * can be used for buehlmann, vpm, etc. later but be carefull | 72 * can be used for buehlmann, vpm, etc. later but be carefull |
71 * with current implemenation */ | 73 * with current implemenation */ |
72 typedef struct{ | 74 typedef struct{ |