-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* draft of nvs_handle wrapper to minimize opens, commits * storing nvs_handle instance as a member variable * renamed close_handle to commit to more accurately describe method * added NVSHandle example app * comments for NVSHandle methods * support get/sets for bools with NVSHandle * more precise printed error messages * made check_lengths() and make_error_code() public for reuse in NVSHandle * handle support for strings, string_view * nvshandle example as section in main example app * replaced printf with fmt::print * minimized checks for constant ns_name in NVSHandle * removed automatic restart * extracted NVSHandle to new header file * cleaned up formatting * corrected include, removed redefinitions * handle check before dereferencing with assoc. error code
- Loading branch information
Showing
6 changed files
with
446 additions
and
71 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.