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

Partition-map kind classifier, JSON serializer, and flash walk. More...

Go to the source code of this file.

Detailed Description

Partition-map kind classifier, JSON serializer, and flash walk.

The classifier and serializer are pure (host-tested); the walk uses esp_partition / esp_ota_ops on ESP32 and is a no-op on host builds. No server dependency lives here - the route is in partition_monitor_routes.cpp.

Definition in file partition_monitor.cpp.