You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Emulated eeprom is now required to be at least 1xPAGE_SIZE (1KiB) of size
Usage
This version provides a new, more safe user flow. It is recommended to use flash_program_page_offset if you want to write something to flash now. The difference between flash_write_page and the flash_program_page* functions is that the "program" functions are read/modify/write functions, whereas the "write" function just overwrites whatever is at the address.