comparison Common/Inc/settings.h @ 765:da8126d5ea9f

After a firmware update, use the factory settings for button sensitivity if these exist, the default settings otherwise. The factory settings for the buttons can be updated in the System menu / Reset menu / Maintenance / 'Store button factory defaults'.
author heinrichsweikamp
date Wed, 12 Apr 2023 09:24:44 +0200
parents b6d8a6fbf4fd
children 45b8f3c2acce
comparison
equal deleted inserted replaced
764:c47fe41b2378 765:da8126d5ea9f
352 void getActualRTEandFONTversion(uint8_t *RTEhigh, uint8_t *RTElow, uint8_t *FONThigh, uint8_t *FONTlow); 352 void getActualRTEandFONTversion(uint8_t *RTEhigh, uint8_t *RTElow, uint8_t *FONThigh, uint8_t *FONTlow);
353 353
354 void set_new_settings_missing_in_ext_flash(void); 354 void set_new_settings_missing_in_ext_flash(void);
355 uint8_t check_and_correct_settings(void); 355 uint8_t check_and_correct_settings(void);
356 uint8_t newFirmwareVersionCheckViaSettings(void); 356 uint8_t newFirmwareVersionCheckViaSettings(void);
357 void set_settings_button_to_standard_with_individual_buttonBalance(void); 357 void set_settings_button_to_factory_with_individual_buttonBalance(void);
358 uint8_t getLicence(void); 358 uint8_t getLicence(void);
359 void firmwareGetDate(RTC_DateTypeDef *SdateOutput); 359 void firmwareGetDate(RTC_DateTypeDef *SdateOutput);
360 360
361 void settingsHelperButtonSens_original_translate_to_hwOS_values(const uint32_t inputValueRaw, uint8_t *outArray4Values); 361 void settingsHelperButtonSens_original_translate_to_hwOS_values(const uint32_t inputValueRaw, uint8_t *outArray4Values);
362 362