An open API service indexing awesome lists of open source software.

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)

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)