File tree Expand file tree Collapse file tree 1 file changed +3
-8
lines changed Expand file tree Collapse file tree 1 file changed +3
-8
lines changed Original file line number Diff line number Diff line change @@ -120,15 +120,13 @@ firmware.
120120 #
121121 # ble connection examples:
122122 #
123-
124- # Run a one-liner on a Pybricks hub
125- pybricksdev run ble "print('Hello!'); print('world!');"
123+
124+ # Run script on any Pybricks device
125+ pybricksdev run ble demo/shortdemo.py
126126
127127 # Run script on the first device we find called Pybricks hub
128128 pybricksdev run ble --name "Pybricks Hub" demo/shortdemo.py
129129
130- # Run script on device with address 90:84:2B:4A:2B:75 (doesn't work on Mac)
131- pybricksdev run ble --name 90:84:2B:4A:2B:75 demo/shortdemo.py
132130
133131 #
134132 # Other connection examples:
@@ -137,9 +135,6 @@ firmware.
137135 # Run script on ev3dev at 192.168.0.102
138136 pybricksdev run ssh --name 192.168.0.102 demo/shortdemo.py
139137
140- # Run script on primehub at
141- pybricksdev run usb --name "Pybricks Hub" demo/shortdemo.py
142-
143138
144139### Compiling Pybricks MicroPython programs without running
145140
You can’t perform that action at this time.
0 commit comments