Skip to content
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

Add storage integration for ESP32 devices #231

Open
wants to merge 3 commits into
base: develop
Choose a base branch
from

Conversation

franz-hoepfinger-4diac
Copy link

@franz-hoepfinger-4diac franz-hoepfinger-4diac commented Sep 17, 2024

Added new files for NVS storage module integration with ESP32 devices. Includes initialization, setting, and getting data functionalities using NVS API.

this is based backend-Wise on the ESP32 NVS API:
This Example was used as base:
https://github.com/espressif/esp-idf/tree/master/examples/storage/nvs_rw_value_cxx

Added new files for NVS storage module integration with ESP32 devices. Includes initialization, setting, and getting data functionalities using NVS API.
@franz-hoepfinger-4diac
Copy link
Author

Update copyright year to 2024 in multiple files.

Updated the copyright year from 2022-2023 to 2022, 2024 in various files. Contributing authors and license details were also adjusted accordingly.
- Refactored code to utilize c_str() method for CIEC_STRING values in NVS storage module.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant