Skip to content

add eeprom_flush() in _conf_save(...) functions for nrf52-boards without eeprom#66

Open
nilu96 wants to merge 1 commit into
attermann:masterfrom
nilu96:fix-eeprom-settings-nrf52
Open

add eeprom_flush() in _conf_save(...) functions for nrf52-boards without eeprom#66
nilu96 wants to merge 1 commit into
attermann:masterfrom
nilu96:fix-eeprom-settings-nrf52

Conversation

@nilu96

@nilu96 nilu96 commented Jun 25, 2026

Copy link
Copy Markdown

Config changes were not saved properly without eeprom_flush() because nRF52 boards without real EEPROM use a file-backed EEPROM emulation that is only flushed after multiple byte writes. So a change of a single byte will not be written. This is the same procedure as already implemented in bt_conf_save() for example.

…out eeprom

the config changes were not saved properly without eeprom_flush() because nRF52 boards without real EEPROM use a file-backed EEPROM emulation that is only flushed after multiple byte writes. So a change of a single byte will not be written. This is the same procedure as already implemented in bt_conf_save() for example.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant