improved EEPROM-Initialize and recovery, renamed typo in varname and comments by ChatGPT

This commit is contained in:
2025-08-24 13:14:06 +02:00
parent 12ee18adee
commit c998cce1a8
6 changed files with 304 additions and 163 deletions

View File

@@ -27,7 +27,7 @@ typedef struct Globals_s
EERequest_t requestEEAction = EE_IDLE; /**< EEPROM-related request */
char DeviceName[33]; /**< Device name */
char FlashVersion[10]; /**< Flash version */
uint16_t eePersistanceAdress; /**< EEPROM persistence address */
uint16_t eePersistenceAddress; /**< EEPROM persistence address */
uint8_t TankPercentage; /**< Tank percentage */
bool hasDTC; /**< Flag indicating the presence of Diagnostic Trouble Codes (DTC) */
bool measurementActive; /**< Flag indicating active measurement */