nfd / spi-flash-programmer

SPI flash programmer sketch and client library for Arduino
Creative Commons Zero v1.0 Universal
98 stars 26 forks source link

remove clint #23

Closed xeno27 closed 4 months ago

xeno27 commented 5 months ago

Thanks, your programmer helps a lot by programming Olimex Boards ! But I have some trouble by using your python script at my workplace. We cannot install clint. clint is by the way quite big, and as I see you just use clint for color and progress bar. I decide to replace the clint functions with my own one to get color output and a progress bar. The progress bar works fine, but has no time calculation. If this is needed, I will add this function.

But now it is quite easy and works for me. Tested under Windows 10, Ubuntu 20.04 LTS and macOS Sonoma 14.5 Screenshot from 2024-06-13 09-22-28

nfd commented 4 months ago

Okay, I'm convinced!