Mercurial > public > ostc4
comparison Common/Inc/settings.h @ 640:f735f1123526
Development bugfix Viewport settings:
Settings of the viewport have been reset after every update. Root cause: plausibility check value has not been adapted to latest implementation.
In addition settings for frame have been overwritten while focus was changed because of an invalid and combination. Both issues have been solved
author | Ideenmodellierer |
---|---|
date | Thu, 11 Mar 2021 21:43:43 +0100 |
parents | 3e1a0e267f38 |
children | 5f0d3dce5ef4 |
comparison
equal
deleted
inserted
replaced
639:13ded99ecd56 | 640:f735f1123526 |
---|---|
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 #define MAX_VIEWPORT_MODE (0x1F) | 72 #define MAX_VIEWPORT_MODE (0x7F) |
73 | 73 |
74 typedef enum | 74 typedef enum |
75 { | 75 { |
76 O2_SENSOR_SOURCE_OPTIC = 0, | 76 O2_SENSOR_SOURCE_OPTIC = 0, |
77 O2_SENSOR_SOURCE_ANALOG, | 77 O2_SENSOR_SOURCE_ANALOG, |