tcMenu icon indicating copy to clipboard operation
tcMenu copied to clipboard

Add support for ESP32 Preferences library

Open vzahradnik opened this issue 2 years ago • 1 comments

Is your feature request related to a problem? Please describe. ESP32 deprecated EEPROM approach in favor of Preferences library. More information and examples here: https://randomnerdtutorials.com/esp32-save-data-permanently-preferences/

Also, this is discussed in TcMenu thread here: https://github.com/davetcc/tcMenu/discussions/359

Describe the solution you'd like Add Preferences support to TcMenu designer as another option next to EEPROM.

Additional context N/A

vzahradnik avatar Jul 17 '23 17:07 vzahradnik

Beside the option for Preferences.h it would be nice to be able to enter a namespace which will be used for tcmenu

EEprom support : Preferences.h Namespace: "......."

tomelgato avatar Apr 12 '24 14:04 tomelgato