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
ESP_IDF_VERSION, and other related variables, such as ESP_IDF_VERSION_MAJOR, and ESP_IDF_VERSION_VAL, are included in ESP8266 RTOS SDK version 3.4. it is now possible to remove esp_idf_lib_helpers if all esp-idf versions have them.
as always, there is a catch: make/version.mk and cmake/version.cmake state that it is 4.0.0.
The text was updated successfully, but these errors were encountered:
Device type:
Framework version:
Describe the bug:
ESP_IDF_VERSION
, and other related variables, such asESP_IDF_VERSION_MAJOR
, andESP_IDF_VERSION_VAL
, are included in ESP8266 RTOS SDK version 3.4. it is now possible to removeesp_idf_lib_helpers
if allesp-idf
versions have them.as always, there is a catch:
make/version.mk
andcmake/version.cmake
state that it is4.0.0
.The text was updated successfully, but these errors were encountered: