scientifichackers / ampy

MicroPython Tool - Utility to interact with a MicroPython board over a serial connection.
MIT License
718 stars 156 forks source link

makes ampy work on esp32cam and others #126

Open gitcnd opened 8 months ago

gitcnd commented 8 months ago

turns out the bug was in python ( https://github.com/pyserial/pyserial/issues/729 ), which found its way to pyboard, and then to you...

it has a workaround though.