Joseph G. Wezensky
Joseph G. Wezensky
OK... ''' C:\Users\Joseph>ampy -p com4 -b 115200 ls boot.py adc_test.py app.py aps_trusted.py battlebot.py bitmapfont.py blink.py bmp180_display.py bmp180_test.py button_async.py button_dots.py button_init.py button_irq.py button_test.py captive_page.py captive_server.py carlos_clock.py clock_demo.py compass_test.py config.py custom_oled_test.py dht_matrix.py...
Here is another try at a subdirectory... ''' C:\Users\Joseph>ampy -p com4 -b 115200 ls wwwroot Traceback (most recent call last): File "C:\Users\Joseph\AppData\Local\Programs\Python\Python37\Scripts\ampy-script.py", line 11, in load_entry_point('adafruit-ampy==1.0.5', 'console_scripts', 'ampy')() File "c:\users\joseph\appdata\local\programs\python\python37\lib\site-packages\click\core.py",...
Adding the slash prefix makes no difference with 1.0.5. The good new is that the master branch seems to work... ''' D:\Development\ampy>ampy -p com4 -b 115200 ls wwwroot /wwwroot/afm.html /wwwroot/applications.html...
Thanks for marking the versions. I already have a ticket for 2 (Issue #44). I will see if I can flesh it out with some examples.
I would also like the ability to make these configurable, with the ability to use relative paths. As it stands now, I get  When I click on Pictures, Music...
Thanks... but a UWP app is quite different from a .NET Winform app. I was not able to figure out how to translate the example into simple terminal application.