-
Notifications
You must be signed in to change notification settings - Fork 246
Fixes issue #585 -> Resolve contains() method returning false for existing string values #588
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from 17 commits
Commits
Show all changes
29 commits
Select commit
Hold shift + click to select a range
e3fe0a4
fix(nvs): resolve contains() method returning false for existing stri…
danielmeza 4f82b9b
Fix format
danielmeza f0e1fff
Add derives to NvsDataType and clean up error handling
danielmeza ce96f7a
Update nvs.rs
danielmeza b73d037
Refactor key type checks to use find_key_type helper
danielmeza fb885ec
Fix format
danielmeza e048cce
Refactor NVS storage types and remove duplicate code
danielmeza 2cb5965
Fix field access spacing in EspKeyValueStorage
danielmeza b1738d0
Fix NVS handle usage and update target architecture
danielmeza 7f21855
Fix spacing in nvs_erase_key call
danielmeza 064c83e
Fix trait method calls to use correct struct
danielmeza 04927e4
Add repr(u8) to NvsDataType and simplify conversion
danielmeza f52b312
Add remove method to EspKeyValueStorage
danielmeza 3e53e4e
Restore convertion
danielmeza 5a5b169
Fix format
danielmeza 24cfb55
Allow non-upper case globals in NvsDataType impl
danielmeza 386bd66
Add version gating to NVS key query methods
danielmeza 1ada88b
Refactor NVS data type handling and storage API
danielmeza 52863a1
Update target configuration and refactor NVS key-value storage implem…
danielmeza 09c8582
Add version-specific impls for EspKeyValueStorage
danielmeza 5a26746
Remove unused import
danielmeza 65766bd
Remove mutability from base remove() method
danielmeza bbad284
Update nvs_get_set_raw_storage.rs
danielmeza d328391
Format code
danielmeza 7207fe6
Remove redundant return statement in blob_len call
danielmeza 7116cb8
Update nvs.rs
danielmeza 2815a89
Update nvs_get_set_raw_storage.rs
danielmeza d07f4c2
Remove mutable binding from storage variable
danielmeza 99f9692
Remove unused EspKeyValueStorage impl for newer ESP-IDF
danielmeza File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 hidden or 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.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.