ampy
ampy copied to clipboard
Add progress bar in the put method of Files class
Problem
When uploading a file using ampy put
method, I want to check if the file is being uploaded to the board. Thus, tracking the progress of the uploading process is desired.
Proposed Solution
Use progress package which is fully compatible with the python versions of adafruit-ampy package in the put
method of Files class to show its progress.
It doesn't show the progress bar in my test. Can you please attach a screenshot?