|
DeterministicESPAsyncWebServer v6.28.0
Zero-allocation, bounded-execution async HTTP server for ESP32
|
ESP-NOW peer messaging with a typed envelope (DETWS_ENABLE_ESPNOW). More...
Go to the source code of this file.
ESP-NOW peer messaging with a typed envelope (DETWS_ENABLE_ESPNOW).
Connectionless ESP32 peer-to-peer radio messaging (no AP, no IP) wrapped in a small typed envelope so a receiver can demux by message type and reject a truncated frame. Two layers:
ESP-NOW's raw payload is capped at 250 bytes; the 3-byte envelope leaves DETWS_ESPNOW_MAX_PAYLOAD for data. No stdlib, no heap.
Definition in file espnow.h.