Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 328 Bytes

File metadata and controls

6 lines (5 loc) · 328 Bytes

Persistent Queue

Implementation of a queue that persists messages to flash.

Version 1.0.0: 2024-06-27

Implementation of a queue that persists messages to flash. Messages could be retrieved in oldest-first or newest-first manner. Supports both SPIFFS and LittelFS file systems. Could be enhanced to support SD FatFS.