Corrected user area start address in flash, this space is used to save the watch's user config
This commit is contained in:
parent
e5a35b01ed
commit
b4c8c8c05a
@ -9,7 +9,7 @@
|
||||
* @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.
|
||||
|
Loading…
Reference in New Issue
Block a user