https://github.com/kotyara12/renvs
Library for storing and managing parameters ESP32 (ESP-IDF)
https://github.com/kotyara12/renvs
esp-idf esp32 nvs storage
Last synced: about 2 months ago
JSON representation
Library for storing and managing parameters ESP32 (ESP-IDF)
- Host: GitHub
- URL: https://github.com/kotyara12/renvs
- Owner: kotyara12
- Created: 2021-04-12T11:47:35.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-07-26T11:11:25.000Z (almost 3 years ago)
- Last Synced: 2025-01-19T21:21:59.447Z (over 1 year ago)
- Topics: esp-idf, esp32, nvs, storage
- Language: C++
- Homepage:
- Size: 20.5 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# reNvs for ESP32 / ESP-IDF
Library for storing and managing parameters ESP32 (ESP-IDF)
## Dependencies:
- https://github.com/kotyara12/rLog
- https://github.com/kotyara12/rTypes
- https://github.com/kotyara12/reEsp32
### Notes:
- libraries starting with the re prefix are only suitable for ESP32 and ESP-IDF
- libraries starting with the ra prefix are only suitable for ARDUINO compatible code
- libraries starting with the r prefix can be used in both cases (in ESP-IDF and in ARDUINO)