Corrected user area start address in flash, this space is used to save the watch's user config

This commit is contained in:
anschrammh 2024-08-01 01:33:30 +02:00
parent e5a35b01ed
commit b4c8c8c05a

View File

@ -9,7 +9,7 @@
* @brief The address in flash storage where the settings are saved. * @brief The address in flash storage where the settings are saved.
* *
*/ */
#define WATCH_SETTINGS_FLASH_STORAGE_ADDRESS (0x1E0000) #define WATCH_SETTINGS_FLASH_STORAGE_ADDRESS (0x1F8400)
/** /**
* @brief Time and Date Settings. * @brief Time and Date Settings.