Mercurial > public > ostc4
diff Common/Inc/settings.h @ 160:e3ca52b8e7fa
Merge with FlipDisplay
author | heinrichsweikamp |
---|---|
date | Thu, 07 Mar 2019 15:06:43 +0100 |
parents | cc9c18075e00 |
children | b2a9e9b02df0 |
line wrap: on
line diff
--- a/Common/Inc/settings.h Sat Oct 06 15:02:11 2018 +0200 +++ b/Common/Inc/settings.h Thu Mar 07 15:06:43 2019 +0100 @@ -32,11 +32,13 @@ //#include "data_central.h" +#include "global_constants.h" // From Common/Drivers/ #include "stm32f4xx_hal.h" #include <stdint.h> + #define NUM_GASES 5 #define NUM_OFFSET_DILUENT 5 #define SPECIAL_GAS_ID 0 @@ -64,9 +66,6 @@ #define DDMMYY 1 #define YYMMDD 2 -#define LICENCEBONEX 0xFE - - /* 2015 Jan 30, hw, deco and travel added for MenuEditGas * can be used for buehlmann, vpm, etc. later but be carefull * with current implemenation */ @@ -214,6 +213,9 @@ uint8_t FactoryButtonBase; uint8_t FactoryButtonBalance[3]; + /* new in 0xFFFF0018 */ + uint8_t FlipDisplay; + //to be continued } SSettings;