generated from CubeCraft-Creations/Tracehound
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
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
sudo: false
|
||||
language: cpp
|
||||
compiler:
|
||||
- g++
|
||||
script: cd tests && make && make test
|
||||
os:
|
||||
- linux
|
||||
Reference in New Issue
Block a user