diff Common/Inc/settings.h @ 1058:3c73180fde1d Icon_Integration tip

Added log entry for surface GF: The surface GF has been added to the logbook data. A function records the GF which is present while entering close to surface condition for later storage. This is needed to avoid that an already decreased GF (after dive mode exit time) GF is stored. The surface GF is shown at logbook page1 and is available in the header data for external logbook services.
author Ideenmodellierer
date Sat, 10 Jan 2026 19:53:01 +0100
parents 158100a84ebd
children
line wrap: on
line diff
--- a/Common/Inc/settings.h	Sat Jan 10 19:48:49 2026 +0100
+++ b/Common/Inc/settings.h	Sat Jan 10 19:53:01 2026 +0100
@@ -357,6 +357,7 @@
 const SHardwareData* hardwareDataGetPointer(void);
 uint8_t firmwareVersion_16bit_high(void);
 uint8_t firmwareVersion_16bit_low(void);
+void firmwareVersionfrom16bit(uint8_t high16, uint8_t low16, uint8_t* fw_first, uint8_t* fw_second, uint8_t* fw_third);
 void hardwareBatchCode(uint8_t *high, uint8_t *low);
 
 uint8_t RTEminimum_required_high(void);