|
DeterministicESPAsyncWebServer v6.28.0
Zero-allocation, bounded-execution async HTTP server for ESP32
|
Flash partition-map monitor (DETWS_ENABLE_PARTITION_MONITOR). More...
Go to the source code of this file.
Flash partition-map monitor (DETWS_ENABLE_PARTITION_MONITOR).
Reports the device's flash partition table as JSON for diagnostics / OTA dashboards: each entry's label, a human "kind" (factory / ota / nvs / spiffs / littlefs / coredump / ...), the raw type/subtype, flash offset, size, and which app slot is currently running. The partition walk uses esp_partition / esp_ota_ops (ESP32-only); the kind classifier and the JSON serializer are pure and host-tested.
Definition in file partition_monitor.h.