comparison Common/Inc/settings.h @ 550:af1c3e3abd5f

Make sure motion detection settings are set to default values: In case the feature has been disabled by compile switch the default value shall be used to make sure SW is in a defined state. Usefull if switching between development and production software
author Ideenmodellierer
date Sun, 08 Nov 2020 18:38:53 +0100
parents daa8d4474ba0
children 5d80bb8d22cb
comparison
equal deleted inserted replaced
549:469e93f8633e 550:af1c3e3abd5f
67 #define YYMMDD 2 67 #define YYMMDD 2
68 68
69 #define PRESSURE_OFFSET_LIMIT_MBAR 50 69 #define PRESSURE_OFFSET_LIMIT_MBAR 50
70 70
71 #define MAX_COMPASS_COMP (2u) 71 #define MAX_COMPASS_COMP (2u)
72 72 #define MAX_VIEWPORT_MODE (0x1F)
73 #define MAX_VIEWPORT_MODE (2u)
74 73
75 /* 2015 Jan 30, hw, deco and travel added for MenuEditGas 74 /* 2015 Jan 30, hw, deco and travel added for MenuEditGas
76 * can be used for buehlmann, vpm, etc. later but be carefull 75 * can be used for buehlmann, vpm, etc. later but be carefull
77 * with current implemenation */ 76 * with current implemenation */
78 typedef struct{ 77 typedef struct{