Closed microbit-carlos closed 1 year ago
There has been some recent changes to codal.json not reflected in codal.ble.json, this PR syncs both files.
codal.json
codal.ble.json
It also removes an outdated comment mentioning the SOFTDEVICE_PRESENT flag, which is now automatically inserted by the build system.
SOFTDEVICE_PRESENT
The CONFIG_MICROBIT_ERASE_USER_DATA_ON_REFLASH config has been removed from codal.json as it is enabled by default, and it's not the kind of feature that's that interesting to the users to change.
CONFIG_MICROBIT_ERASE_USER_DATA_ON_REFLASH
There has been some recent changes to
codal.json
not reflected incodal.ble.json
, this PR syncs both files.It also removes an outdated comment mentioning the
SOFTDEVICE_PRESENT
flag, which is now automatically inserted by the build system.