19#ifndef DETERMINISTICESPASYNCWEBSERVER_PARTITION_MONITOR_H
20#define DETERMINISTICESPASYNCWEBSERVER_PARTITION_MONITOR_H
26#if DETWS_ENABLE_PARTITION_MONITOR
31struct DetwsPartitionInfo
46const char *detws_partition_kind(uint8_t type, uint8_t subtype);
52int detws_partition_json(
const DetwsPartitionInfo *parts, uint8_t count,
char *out,
size_t cap);
58uint8_t detws_partition_collect(DetwsPartitionInfo *out, uint8_t max);
65void detws_partition_monitor_begin(
DetWebServer &server,
const char *path);
User-facing configuration for DeterministicESPAsyncWebServer.
Single-port HTTP server with deterministic, zero-allocation execution.