You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Correction to esp32-h4 supported version macro in sys.c
The ESP32-H2 was first introduced in ESP-IDF v5.1 but the macro for v5.1 builds excludes the H2,
leaving it included for builds with previous versions (for example 4.3) where support is not
included.
Signed-off-by: Winford <winford@object.stream>
0 commit comments