File tree 1 file changed +5
-6
lines changed
1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -14,14 +14,13 @@ Upload ScratchLua and make note of IP address shown (e.g 192.168.0.10)
14
14
** For BYOB**
15
15
16
16
Open BYOB and connect to mesh and type in IP collected above
17
-
18
17
to use
19
18
20
- broadcast gpio15on
19
+ > broadcast gpio15on
21
20
22
21
will switch gpio15on
23
22
24
- broadcast sparkle 1,255,0,0
23
+ > broadcast sparkle 1,255,0,0
25
24
26
25
will set the first neopixel/sparkle to red
27
26
@@ -34,14 +33,14 @@ do a broadcast linka.b.c.d replacing a.b.c.d with IP collected above
34
33
35
34
e.g
36
35
37
- broadcast link192.168.0.10
36
+ > broadcast link192.168.0.10
38
37
39
38
Precede and broadcast text with send. e.g
40
39
41
- broadcast send gpio15on
40
+ > broadcast send gpio15on
42
41
43
42
will switch esp8266 GPIO15 on
44
43
45
- broadcast send sparkle 1,255,0,0
44
+ > broadcast send sparkle 1,255,0,0
46
45
47
46
will set the first neopixel/sparkle to red
You can’t perform that action at this time.
0 commit comments