DeterministicESPAsyncWebServer v6.28.0
Zero-allocation, bounded-execution async HTTP server for ESP32
Loading...
Searching...
No Matches
config_io.cpp File Reference

Schema-driven config export / restore over the config store. More...

Go to the source code of this file.

Detailed Description

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.