Skip to content

Commit c3d00b4

Browse files
authored
Update defines.h for esp-idf 5.1.5 (#8117)
1 parent 98b872a commit c3d00b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

esphome/core/defines.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@
120120
#endif
121121

122122
#ifdef USE_ESP_IDF
123-
#define USE_ESP_IDF_VERSION_CODE VERSION_CODE(4, 4, 2)
123+
#define USE_ESP_IDF_VERSION_CODE VERSION_CODE(5, 1, 5)
124124
#endif
125125

126126
#if defined(USE_ESP32_VARIANT_ESP32S2)

0 commit comments

Comments
 (0)