Skip to content

Commit 52c25f3

Browse files
committed
Updated README.md
1 parent 76589cf commit 52c25f3

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

README.md

+5-6
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,13 @@ Upload ScratchLua and make note of IP address shown (e.g 192.168.0.10)
1414
**For BYOB**
1515

1616
Open BYOB and connect to mesh and type in IP collected above
17-
1817
to use
1918

20-
broadcast gpio15on
19+
> broadcast gpio15on
2120
2221
will switch gpio15on
2322

24-
broadcast sparkle 1,255,0,0
23+
> broadcast sparkle 1,255,0,0
2524
2625
will set the first neopixel/sparkle to red
2726

@@ -34,14 +33,14 @@ do a broadcast linka.b.c.d replacing a.b.c.d with IP collected above
3433

3534
e.g
3635

37-
broadcast link192.168.0.10
36+
> broadcast link192.168.0.10
3837
3938
Precede and broadcast text with send. e.g
4039

41-
broadcast send gpio15on
40+
> broadcast send gpio15on
4241
4342
will switch esp8266 GPIO15 on
4443

45-
broadcast send sparkle 1,255,0,0
44+
> broadcast send sparkle 1,255,0,0
4645
4746
will set the first neopixel/sparkle to red

0 commit comments

Comments
 (0)