|
roo_prefs
API Documentation for roo_prefs
|
Store configuration options and preferences, such as WiFi passwords, temperature thresholds, alarm timers, etc., persistently, but without hard-coding them in your program, and without using external storage.
Make your libraries configurable, without interfering with other libraries that may also be using persistent storage.
Uses Arduino Preferences lib under the hood.
Written for and tested with ESP32 family of microcontrollers, but should be easily portable to anything that uses standard C++.
Basic usage: