Results 4 issues of Joseph G. Wezensky

I have a downstream application that utilizes the output of the ls command to function. https://github.com/joewez/AmpyFileManager Unfortunately, the latest changes to the output formats has totally thrashed my app! While...

enhancement

Upgrading to 1.0.5... I can no longer list files in a subdirectory... ` D:\Development>ampy -p com4 -b 115200 ls /wwwroot/ Traceback (most recent call last): File "C:\Users\Joseph\AppData\Local\Programs\Python\Python36-32\Scripts\ampy-script.py", line 11, in...

The example.py file does not run correctly on a Pico W because the `sys.implementation` function returns **_mpy** which does not match the current value being returned... **mpy**. Not sure how...

Is there an example of how to use the library... perhaps a simple terminal application? Thanks!