Mercurial > public > ostc4
comparison Discovery/Src/data_central.c @ 841:70092f552f5a Evo_2_23
Added autofocus for T3_DecoTTS view:
a switch to the DecoTTS view will now be triggered in case a new deco stop depth is added, a deco stopp has been missed or if a new 10 minutes TTS is passed.
author | Ideenmodellierer |
---|---|
date | Sun, 07 Jan 2024 21:25:34 +0100 |
parents | aed39d19269c |
children | db92692c014f |
comparison
equal
deleted
inserted
replaced
840:7e714662b93f | 841:70092f552f5a |
---|---|
384 stateReal.diveSettings.activeAFViews |= (1 << CVIEW_T3_Navigation); | 384 stateReal.diveSettings.activeAFViews |= (1 << CVIEW_T3_Navigation); |
385 } | 385 } |
386 if(t3_customview_disabled(CVIEW_T3_GasList) == 0) | 386 if(t3_customview_disabled(CVIEW_T3_GasList) == 0) |
387 { | 387 { |
388 stateReal.diveSettings.activeAFViews |= (1 << CVIEW_T3_GasList); | 388 stateReal.diveSettings.activeAFViews |= (1 << CVIEW_T3_GasList); |
389 } | |
390 if(t3_customview_disabled(CVIEW_T3_DecoTTS) == 0) | |
391 { | |
392 stateReal.diveSettings.activeAFViews |= (1 << CVIEW_T3_DecoTTS); | |
389 } | 393 } |
390 } | 394 } |
391 | 395 |
392 | 396 |
393 void copyDiveSettingsToSim(void) | 397 void copyDiveSettingsToSim(void) |