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
Both the esp_wifi_remote and esp_hosted bindings have been added, along
with a fix for a missing ESP_IDF_VERSION set that comes from the
get_idf_version function in idf_tools.py, which is called by idf.py
during build. Since we're not using idf.py directly, we're missing this
environment variable and setting it here fixes this gap for modules that
use it.
0 commit comments