File tree Expand file tree Collapse file tree 1 file changed +4
-9
lines changed Expand file tree Collapse file tree 1 file changed +4
-9
lines changed Original file line number Diff line number Diff 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
143138This can be used to compile programs. Instead of also running them as above,
You can’t perform that action at this time.
0 commit comments