scientifichackers / ampy

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

Porgressbar -> Progressbar #123

Open barafael opened 1 year ago

barafael commented 1 year ago

I stumbled upon these wrong imports/wrong names while trying to use ampy from main branch.

steev commented 8 months ago

This fixes these, however progress_bar.py still has Porgress so this would cause it not to work, right? https://github.com/scientifichackers/ampy/blob/master/ampy/progress_bar.py shows 10 instances of Porgress (unless I'm missing another pull request that fixes those (assumed) typos?)

barafael commented 8 months ago

@steev yes, I must have missed those. Fixed it. Although this project doesn't seem to be maintained...