Skip to content

Releases: NightSkySK/esp-double-reset

v1.0.3

18 Jul 12:13
Compare
Choose a tag to compare

🐛 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)