Xinyuan-LilyGO / LilyGo-T-OI-PLUS

esp32-c3 development board with 16340 battery holder
MIT License
72 stars 17 forks source link

Micropython for this board #13

Closed wolfen351 closed 2 years ago

wolfen351 commented 2 years ago

Hi there I'm new at this, but I understand I need to flash micropython onto the board before I can write python code for it. Where can I find that image?

Thanks!

ryanaross commented 2 years ago

I was able to flash micropython to this board no problems using the one available here. https://micropython.org/download/esp32c3/ Just make sure to change -z 0x1000 to -z 0x0 Micropython works great so far on this board!

wolfen351 commented 2 years ago

Thanks! Worked perfectly! :)