apache / mynewt-core

An OS to build, deploy and securely manage billions of devices
https://mynewt.apache.org/
Apache License 2.0
831 stars 370 forks source link

Newt Manager (McuMgr) config group "save" command #1074

Open bgiori opened 6 years ago

bgiori commented 6 years ago

The newt manager config group currently has a write command which sets the config value and commits the value but does not save it.

It would be very useful to have a command which saves the config in order to persist config writes across device resets.

mkiiskila commented 6 years ago

Yup, that would be reasonable. I can add it.