Mercurial > public > ostc4
comparison Common/Inc/data_central.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 | dd7ce655db26 |
children | c3dd461ca3f9 |
comparison
equal
deleted
inserted
replaced
833:e963d32f746e | 834:2a8af51ab04d |
---|---|
349 float internal__pressure_first_stop_ambient_bar_as_upper_limit_for_gf_low_otherwise_zero; | 349 float internal__pressure_first_stop_ambient_bar_as_upper_limit_for_gf_low_otherwise_zero; |
350 uint16_t compassHeading; | 350 uint16_t compassHeading; |
351 | 351 |
352 uint8_t pscr_o2_drop; | 352 uint8_t pscr_o2_drop; |
353 uint8_t pscr_lung_ratio; | 353 uint8_t pscr_lung_ratio; |
354 | |
355 uint32_t activeAFViews; | |
354 } SDiveSettings; | 356 } SDiveSettings; |
355 | 357 |
356 enum CHARGE_STATUS{ | 358 enum CHARGE_STATUS{ |
357 CHARGER_off = 0, | 359 CHARGER_off = 0, |
358 CHARGER_running, | 360 CHARGER_running, |