|
DeterministicESPAsyncWebServer v6.28.0
Zero-allocation, bounded-execution async HTTP server for ESP32
|
Schema-driven config export / restore over the config store. More...
#include "services/config_io/config_io.h"Go to the source code of this file.
Schema-driven config export / restore over the config store.
Delegates value storage to services/config_store (which has a host in-memory backend), so the whole serialize / parse round-trip is host-tested.
Definition in file config_io.cpp.