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

Moddable SDK moving to ESP-IDF v5.1.2 #155

Closed phoddie closed 8 months ago

phoddie commented 8 months ago

The January release of the Moddable SDK will recommend ESP-IDF v5.1.2 (previously v5.1.1). That will require updating these two lines in xs-dev:

https://github.com/HipsterBrown/xs-dev/blob/8a07669682572b32a7ac09605ac8fb55e0947449/src/toolbox/setup/esp32.ts#L17

https://github.com/HipsterBrown/xs-dev/blob/8a07669682572b32a7ac09605ac8fb55e0947449/src/toolbox/update/esp32.ts#L13

cc @mkellner

phoddie commented 8 months ago

Thanks, @HipsterBrown!

HipsterBrown commented 8 months ago

Thanks for reporting the update! We'll make this more seamless in the future 😄