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

Flash partition-map monitor (DETWS_ENABLE_PARTITION_MONITOR). More...

#include "ServerConfig.h"
#include <stddef.h>
#include <stdint.h>

Go to the source code of this file.

Detailed Description

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.

Author
Douglas Quigg (dstroy0)
Date
2026

Definition in file partition_monitor.h.