Heads-up on users of conf_save_one(); I changed the call API by dropping pointer to “struct conf_handler” from command line arguments. Now you need to use the full name of the variable (including your module name) when saving individual values.
> Begin forwarded message: > > From: [email protected] > Subject: [1/4] incubator-mynewt-core git commit: config; remove conf_handler > ptr argument from conf_save_XXX apis. > Date: June 9, 2016 at 5:03:38 PM PDT > To: [email protected] > Reply-To: [email protected] > > Repository: incubator-mynewt-core > Updated Branches: > refs/heads/develop 80fccf267 -> 8d50251fc > > > config; remove conf_handler ptr argument from conf_save_XXX apis. > > > Project: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/repo > Commit: > http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/commit/4b48c441 > Tree: > http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/tree/4b48c441 > Diff: > http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/diff/4b48c441
