From 6f7da4f720f57558580840a39bc40480f27ccf37 Mon Sep 17 00:00:00 2001 From: Shin'ichiro Kawasaki Date: Sat, 16 Oct 2021 10:40:46 +0900 Subject: [PATCH] README.md: Add description about "-s 1" option for toio For toio, it is recommended to add "-s 1" option to scratch_link command. It reduces scan wait duration, and allows toio Do Visual Programming to connect toio devices automatically. Document it for toio users. Signed-off-by: Shin'ichiro Kawasaki --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 7d8c8b5..9c2aefd 100644 --- a/README.md +++ b/README.md @@ -161,6 +161,8 @@ Usage ```sh $ scratch_link ``` + If your device is toio, add "-s 1" option to the scratch_link command. It + allows the toio Do Visual Programming to connect to toio automatically. 3. Connect scratch to the target device such as micro:bit or LEGO Mindstorms: * Open FireFox or Chrome. (Make sure to run as the same user for scratch-link python script.)