-
When I using the mpremote tool, must specify the port number in every instruction at every time. Otherwise, it can't work.
Only if the port number is specified, it works OK, the mpremote version is …
-
When using mpremote on Windows it appears not to be able to create directories in a mounted folder.
Minimal repro:
```
(.venv) PS C:\develop\MyPython\micropython-stubber\board>
mpremote mount …
-
```
mpremote connect port:COM30 fs cp logging/__init__.mpy :logging/__init__.mpy
```
Results in:
```
cp logging/__init__.mpy :logging/__init__.mpy
Traceback (most recent call last):
File "", …
-
I try to copy directory to device ESP32 MicroPython v1.15
python.exe mpremote.py connect port:COM8 cp -r IN88 :
```
>ver
Microsoft Windows [Version 10.0.19042.867]
>python.exe mpremote.py conne…
-
Re-installed mpremote today - tail end of pip3:
```
Successfully installed mpremote-0.0.5
```
ESP32 works OK, with ctrl-d resetting the ESP uneventfully if there is no mount.
With a mount, ctrl…
-
```
% mpremote connect /dev/tty.usbserial-XXXXXX mount . repl
Local directory . is mounted at /remote
Connected to MicroPython at /dev/tty.usbserial-XXXXXX
Use Ctrl-] to exit this shell
>
MicroP…
-
I recently updated my repo versions and my application started crashing. I've tracked it down to the use @micropython.native.
1. I am using
- esp-idf v4.4
- The official esp ESP32 S3 dev board
…
-
You can reproduce this bug constantly by using following code and please use a wire to shortcut GPIO 22 and 26
```python
from machine import SPI, Pin
from micropython import schedule
import …
-
I just pip-installed mpremote and was surprised to see:
```
$ mpremote --help
mpremote: '--help' is not a command
$ mpremote -h
mpremote: '-h' is not a command
$ mpremote h
mpremote: 'h' is not…
lurch updated
2 years ago
-
This was prompted by the fact that the script in https://github.com/micropython/micropython/issues/8360 deterministically crashed at ~190K messages (with the mutex fix). The cause of the crash wasn't …