Skip to content

Latest commit

 

History

History
13 lines (6 loc) · 597 Bytes

CHANGELOG.md

File metadata and controls

13 lines (6 loc) · 597 Bytes

1.0.3 (2023-07-18)

🐛 Fixes

  • 🚨 Adjust the format strings to use format specifiers from inttypes.h, for example PRIu32 for uint32_t (6dae06b)
  • updating whole library to new format (25f6114)

🛠 Build System

  • add ESP-IDF v5.0 to build matrix for GitHub CI (4a723b0)