400 B
400 B
It is possible to upload firmware binaries manually, using the command-line tool ltchiptool. For this, you need the .uf2 file generated after compilation (usually found in .pio/build/my_board/).
- Install Python. Afterwards, run
pip install ltchiptool. ltchiptool uf2 upload my_firmware.uf2 uart COM96(replacemy_firmware.uf2with your file name andCOM96with your upload port).