comparison Discovery/Inc/text_multilanguage.h @ 845:17d9d6eddd8d Evo_2_23

Added new PreDiveCheck info page: In case a DiveO2 sensor is connected to the OSTC than the values of the DiveO2 internal pressure and temperature sensors may be used for predive checks. The pressure sensors is used for over / under pressure test and the values are visualized using a graph to make it easier to check if the pressure keeps stable. The temperature measurement gives an indication if the scrubber is getting active. This view is highly dependend on the surface temperature but may be useful e.g. for diving in european area. In addition the values ofthe connected sensors are shown.
author Ideenmodellierer
date Sun, 21 Jan 2024 22:24:36 +0100
parents 2a8af51ab04d
children
comparison
equal deleted inserted replaced
844:e04d7dd199fb 845:17d9d6eddd8d
119 TXT_OpenCircuit, 119 TXT_OpenCircuit,
120 TXT_ClosedCircuit, 120 TXT_ClosedCircuit,
121 TXT_Apnoe, 121 TXT_Apnoe,
122 TXT_Gauge, 122 TXT_Gauge,
123 TXT_PSClosedCircuit, 123 TXT_PSClosedCircuit,
124 TXT_PreDive,
124 TXT_Sensor, 125 TXT_Sensor,
125 TXT_FixedSP, 126 TXT_FixedSP,
126 TXT_Decoparameters, 127 TXT_Decoparameters,
127 TXT_LastDecostop, 128 TXT_LastDecostop,
128 TXT_Fallback, 129 TXT_Fallback,
318 TXT2BYTE_SetBearing, 319 TXT2BYTE_SetBearing,
319 TXT2BYTE_ResetBearing, 320 TXT2BYTE_ResetBearing,
320 TXT2BYTE_Sensor, 321 TXT2BYTE_Sensor,
321 TXT2BYTE_Maintenance, 322 TXT2BYTE_Maintenance,
322 TXT2BYTE_SetBatteryCharge, 323 TXT2BYTE_SetBatteryCharge,
324 TXT2BYTE_AdjustAmbPressure,
323 TXT2BYTE_SetFactoryDefaults, 325 TXT2BYTE_SetFactoryDefaults,
324 TXT2BYTE_ResetBluetooth, 326 TXT2BYTE_ResetBluetooth,
325 TXT2BYTE_SetSampleIndex, 327 TXT2BYTE_SetSampleIndex,
326 TXT2BYTE_Reboot, 328 TXT2BYTE_Reboot,
327 TXT2BYTE_ButtonLeft, 329 TXT2BYTE_ButtonLeft,
369 371
370 TXT2BYTE_Set, 372 TXT2BYTE_Set,
371 TXT2BYTE_Clear, 373 TXT2BYTE_Clear,
372 TXT2BYTE_Reset, 374 TXT2BYTE_Reset,
373 375
376 TXT2BYTE_CounterLung,
377 TXT2BYTE_Pressure,
378
374 TXT2BYTE_Timer, 379 TXT2BYTE_Timer,
375 TXT2BYTE_Starting, 380 TXT2BYTE_Starting,
376 TXT2BYTE_Finished, 381 TXT2BYTE_Finished,
377 382
378 TXT2BYTE_END 383 TXT2BYTE_END