10#elif defined(USE_ESP8266)
12#elif defined(USE_RP2040)
14#elif defined(USE_LIBRETINY)
16#elif defined(USE_HOST)
18#elif defined(USE_ZEPHYR) && defined(CONFIG_SETTINGS)
32 bool sync() {
return false; }
CRTP mixin providing type-safe template make_preference<T>() helpers.
Providing packet encoding functions for exchanging data with a remote host.
ESPPreferences * global_preferences
bool reset()
Forget all unsaved changes and re-initialize the permanent preferences storage.
ESPPreferenceObject make_preference(size_t, uint32_t, bool)
ESPPreferenceObject make_preference(size_t, uint32_t)
bool sync()
Commit pending writes to flash.