-
Hi Dave;
Have been using AMPY until now but are trying rshell due to rsync but can't seem to get it to work.
See below, as you can see initially I list the local dir and then attempt rsync to th…
-
I'v noticed that if an AT+RST command is executed na nrf52840 board communication with the uart appears to lock up.
This is done routinely in the espatcommand_simpltest.py by the lines
```
if n…
-
The current master code causes a error when booting an esp8266
I have not tested esp8266 recently -- not sure when this began
this prevents ampy from working :-(
```
>>>
PYB: soft reboot
#6 …
-
I am having a hard time uploading file to my ESP32 via Com port.
It is more like hit or miss. for instance, I update my file (test.py) on PC and using shell command to connect to the port and uploa…
-
I am trying to access my nodemcu file system using the ampy tool by trying to follow this guide.
I have run into the following problem even after installing ampy the system simply wont allow me to us…
-
I think error messages should be more user friendly. After all, many newcomers are going to use this tool.
-
The current reset command does not execute the boot.py script upon exiting the REPL. Would be nice to add hard reset that would automatically execute boot.py or add the execution of boot.py after ente…
-
In addition to the comment in #35, which seems like a good idea, it might be useful to know how much free space is left or how much space has been used (which might be easier to calculate?) in flash m…
-
I think this is trivial if we use tqdm. When putting or getting a single file we can show transferred bytes. When uploading a folder, we can show transferred files. This would be very cool. Can send P…
-
Hello, thanks for this wonderful utility.
Only thing I am missing is file size info for ls command - it would be the easiest check if the file is same as on my PC.
So i suggest adding something like…