From 8a62d4e2f2a2304c28a3250eb29b985cbdf620a3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pavel=20Lobodinsky=CC=81?= Date: Thu, 30 Dec 2021 22:03:52 +0100 Subject: [PATCH] Updated documentation for USB connections Addresses #24. --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 9d35036..cc249be 100644 --- a/README.md +++ b/README.md @@ -127,6 +127,15 @@ firmware. # Run script on the first device we find called Pybricks hub pybricksdev run ble --name "Pybricks Hub" demo/shortdemo.py + # Run script on device with address 90:84:2B:4A:2B:75 (doesn't work on Mac) + pybricksdev run ble --name 90:84:2B:4A:2B:75 demo/shortdemo.py + + # + # usb connection examples: + # NOTE: running programs via usb connection works for official LEGO firmwares only + + # Run script on any Pybricks device + pybricksdev run usb demo/shortdemo.py # # Other connection examples: