Files
remote-rig/firmware/.pio/libdeps/esp32-mqtt/ArduinoJson/ArduinoJson.h
T
Pip Bot 1efd48ed2e
CI/CD / lint-and-typecheck (pull_request) Successful in 9m32s
CI/CD / test (pull_request) Successful in 9m27s
CI/CD / build (pull_request) Failing after 4m49s
CI/CD / deploy (pull_request) Has been skipped
CUB-230: ESP32 offline status buffering and replay on reconnect
- Add SPIFFS buffer for status entries when MQTT offline
- FIFO eviction when max_buffer_entries exceeded
- Replay buffer on MQTT reconnect
- Configurable buffer size in esp32-config.json
2026-05-23 07:35:53 +00:00

6 lines
129 B
C

// ArduinoJson - https://arduinojson.org
// Copyright © 2014-2026, Benoit BLANCHON
// MIT License
#include "src/ArduinoJson.h"