Skip to content

Commit f529636

Browse files
committed
README: Update examples.
USB is supported now and SSH is no longer supported.
1 parent e1b0894 commit f529636

File tree

1 file changed

+4
-9
lines changed

1 file changed

+4
-9
lines changed

README.md

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,9 @@ firmware.
117117
# Run script on any Pybricks device
118118
pipx run pybricksdev run ble demo/shortdemo.py
119119

120+
# Download script to any Pybricks device but don't start it
121+
pipx run pybricksdev run ble demo/shortdemo.py --no-start
122+
120123
# Run script on the first device we find called Pybricks hub
121124
pipx run pybricksdev run ble --name "Pybricks Hub" demo/shortdemo.py
122125

@@ -125,19 +128,11 @@ firmware.
125128
126129
#
127130
# usb connection examples:
128-
# NOTE: running programs via usb connection works for official LEGO firmwares only
131+
#
129132

130133
# Run script on any Pybricks device
131134
pipx run pybricksdev run usb demo/shortdemo.py
132135

133-
#
134-
# Other connection examples:
135-
#
136-
137-
# Run script on ev3dev at 192.168.0.102
138-
pipx run pybricksdev run ssh --name 192.168.0.102 demo/shortdemo.py
139-
140-
141136
### Compiling Pybricks MicroPython programs without running
142137

143138
This can be used to compile programs. Instead of also running them as above,

0 commit comments

Comments
 (0)