Skip to content

Commit c6eb260

Browse files
authored
README: Drop unsupported examples.
Now that the Prime Hub has BLE support, it works the same on all hubs. USB is not currently used on Prime Hub. Addresses #24
1 parent 3c62cd2 commit c6eb260

File tree

1 file changed

+3
-8
lines changed

1 file changed

+3
-8
lines changed

README.md

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)