Mercurial > public > ostc4
diff 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 |
line wrap: on
line diff
--- a/Common/Inc/settings.h Mon Mar 27 10:04:53 2023 +0200 +++ b/Common/Inc/settings.h Wed Apr 12 09:24:44 2023 +0200 @@ -354,7 +354,7 @@ void set_new_settings_missing_in_ext_flash(void); uint8_t check_and_correct_settings(void); uint8_t newFirmwareVersionCheckViaSettings(void); -void set_settings_button_to_standard_with_individual_buttonBalance(void); +void set_settings_button_to_factory_with_individual_buttonBalance(void); uint8_t getLicence(void); void firmwareGetDate(RTC_DateTypeDef *SdateOutput);