HipsterBrown / xs-dev

The quickest way for getting started with JS on devices
https://xs-dev.js.org
MIT License
37 stars 13 forks source link

fix(esp32): source IDF python env when building, running project #172

Closed HipsterBrown closed 4 weeks ago

HipsterBrown commented 4 weeks ago

After updating the environment sourcing for ESP_IDF in #170, there were errors when attempting to build or run projects targeting the ESP32 related to the default Python environment not including all the requirements for the idf.py operations.

This PR sources the Python virtual environment created by the ESP_IDF on demand, which resolves the issue.