mirror of
https://github.com/micropython/micropython.git
synced 2026-05-03 06:10:14 +02:00
cee0419021
Signed-off-by: Anson Mansfield <amansfield@mantaro.com>
26 lines
515 B
Plaintext
26 lines
515 B
Plaintext
-----
|
|
mpremote: Error with transport:
|
|
expect error
|
|
-----
|
|
mpremote: cat: ENOENT.py: No such file or directory.
|
|
expect error
|
|
-----
|
|
mpremote: cat: EISDIR.py: Is a directory.
|
|
expect error
|
|
-----
|
|
mpremote: cat: EEXIST.py: File exists.
|
|
expect error
|
|
-----
|
|
mpremote: cat: ENODEV.py: No such device.
|
|
expect error
|
|
-----
|
|
mpremote: cat: EINVAL.py: Invalid argument.
|
|
expect error
|
|
-----
|
|
mpremote: cat: EPERM.py: Operation not permitted.
|
|
expect error
|
|
-----
|
|
mpremote: cat: EOPNOTSUPP.py: Operation not supported.
|
|
expect error
|
|
-----
|