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(setup/esp32): update pinned esp-idf version to 4.4.3 #133

Closed HipsterBrown closed 1 year ago

HipsterBrown commented 1 year ago

To fix an incompatibility issue discovered by the stach-chan community (https://github.com/meganetaaan/stack-chan/issues/65#issuecomment-1605541856) with the esp-idf install script, the pinned version of the esp-idf repo should be updated to at least v4.4.3.

Setup command source file: https://github.com/HipsterBrown/xs-dev/blob/main/src/toolbox/setup/esp32.ts#L16 Update command source file: https://github.com/HipsterBrown/xs-dev/blob/main/src/toolbox/update/esp32.ts#L12

jaykesarkar commented 1 year ago

I would like to work on this issue.

HipsterBrown commented 1 year ago

Thanks @JayK1524! Let me know if you have any questions while working on this. 😊