Replies: 1 comment 1 reply
-
You are missing the e.g. webrepl_cli.py -p XXXXX d.txt 192.168.1.200: You can also write webrepl_cli.py -p XXXXX d.txt 192.168.1.200:d.txt (This works the same way as FYI -- please see https://github.com/orgs/micropython/discussions/9111 for instructions on how to format code snippets. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, i have 12 esp32 modul , every year I have to send a file ' d.txt' for the time change summer/winter
if i do manuel ( on linux )
./webrepl_cli.py -p XXXXXXX d.txt 192.168.1.200
, it's oki try to make bash , for automate , but error " One remote file is required "
the bash file , webrepl_cli.py , websocket_helper.py , d.txt is in root directory
thank you
(Edit by @jimmo to add code formatting)
Beta Was this translation helpful? Give feedback.
All reactions