Upgrade the ESP-IDF to v5.5.2 #10

Merged
Joe merged 3 commits from esp-idf-v5.5.2 into main 2026-01-04 23:53:57 +00:00
Showing only changes of commit 2f3610954d - Show all commits

View file

@ -24,7 +24,7 @@
#define VERSION_H
#define VERSION_MAJOR 01
#define VERSION_MINOR 00
#define VERSION_MINOR 01
#define STRINGIFY(number) #number
#define VERSION_STRING(major, minor) STRINGIFY(major) "." STRINGIFY(minor)