Skip to content

Release 0.1.0

Choose a tag to compare

@mtoldi mtoldi released this 07 Jul 11:39
· 81 commits to main since this release

This is the first public release of the Soldered MicroPython Helper extension for Visual Studio Code.

It provides a simple graphical interface for working with MicroPython boards, using mpremote and esptool.py behind the scenes.

Included features:
Upload Python files to the board (as main.py, original name, or from PC)

Live serial output monitoring

File manager for listing, opening, running, or deleting files on the device

Module downloader for fetching libraries and examples for Soldered hardware

This version focuses on streamlining common MicroPython tasks to make development easier and more accessible.