We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af0a962 commit 97364a3Copy full SHA for 97364a3
README.md
@@ -127,6 +127,15 @@ firmware.
127
# Run script on the first device we find called Pybricks hub
128
pybricksdev run ble --name "Pybricks Hub" demo/shortdemo.py
129
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
132
+
133
+ #
134
+ # usb connection examples:
135
+ # NOTE: running programs via usb connection works for official LEGO firmwares only
136
137
+ # Run script on any Pybricks device
138
+ pybricksdev run usb demo/shortdemo.py
139
140
#
141
# Other connection examples:
0 commit comments