Mercurial > public > ostc4
comparison Common/Inc/settings.h @ 834:2a8af51ab04d Evo_2_23
Added event based display changes for big font view:
It is now possible to activate "Autofocus" option in custom view dialog. This enables automatic switching of the current view depending on current dive situation. Because T7 view already displays a lot of information this feature targets the T3 view.
| author | Ideenmodellierer |
|---|---|
| date | Sun, 17 Dec 2023 21:14:17 +0100 |
| parents | b7d93ff6b3b2 |
| children | e373e90a48db |
comparison
equal
deleted
inserted
replaced
| 833:e963d32f746e | 834:2a8af51ab04d |
|---|---|
| 309 uint8_t autoSetpoint; | 309 uint8_t autoSetpoint; |
| 310 uint16_t scrubTimerMax_Obsolete; /* have been replaced with new scrubber data format */ | 310 uint16_t scrubTimerMax_Obsolete; /* have been replaced with new scrubber data format */ |
| 311 uint16_t scrubTimerCur_Obsolete; /* have been replaced with new scrubber data format */ | 311 uint16_t scrubTimerCur_Obsolete; /* have been replaced with new scrubber data format */ |
| 312 uint8_t scrubTimerMode; | 312 uint8_t scrubTimerMode; |
| 313 uint8_t ext_sensor_map[8]; /* redefined in 0xFFFF0027 */ | 313 uint8_t ext_sensor_map[8]; /* redefined in 0xFFFF0027 */ |
| 314 uint8_t cvAutofocus; | |
| 314 } SSettings; | 315 } SSettings; |
| 315 | 316 |
| 316 typedef struct | 317 typedef struct |
| 317 { | 318 { |
| 318 // 8 bytes | 319 // 8 bytes |
