1
0
mirror of https://github.com/esphome/esphome.git synced 2025-09-01 19:02:18 +01:00

Update defines.h for esp-idf 5.1.5 (#8117)

This commit is contained in:
Jesse Hills
2025-01-21 14:50:04 +13:00
committed by GitHub
parent 98b872abc7
commit c3d00b45f7

View File

@@ -120,7 +120,7 @@
#endif
#ifdef USE_ESP_IDF
#define USE_ESP_IDF_VERSION_CODE VERSION_CODE(4, 4, 2)
#define USE_ESP_IDF_VERSION_CODE VERSION_CODE(5, 1, 5)
#endif
#if defined(USE_ESP32_VARIANT_ESP32S2)