Releases: NightSkySK/esp-double-reset
Releases · NightSkySK/esp-double-reset
v1.0.3
🐛 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)