Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 426 Bytes

File metadata and controls

23 lines (14 loc) · 426 Bytes

ChangeLog

v0.2.0 - 2026-05-15

Feature

  • Append an indicator string to truncated messages

Bug fix

  • Prevent buffer overrun when messages are truncated.
  • Stop wasting a byte at the end of the buffer.

v0.1.1 - 2025-08-25

Bug fix

  • Do not enter critical section until the mutex is taken.
  • Return ESP_ERR_NO_MEM if creating the mutex fails.

v0.1.0 - 2025-7-1

First release version.