Skip to content

Commit 75751e1

Browse files
authored
fixed list
1 parent a3838bf commit 75751e1

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docs/basics/getting-started.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,9 @@ hide:
1717
### Quick start guide
1818

1919
**1.** Connect a WS2812B-compatible RGB(W) led strip to you ESP board:
20-
- For ESP32 use `GPIO16` (or `IO16` or `G16`); GPIOs `4`, `13` and `16-33` can be used, other pins are not recommended.
21-
- For ESP8266 use `GPIO2`, on most development boards this pin is labeled `D4`.
20+
21+
- For ESP32 use `GPIO16` (or `IO16` or `G16`); GPIOs `4`, `13` and `16-33` can be used, other pins are not recommended.
22+
- For ESP8266 use `GPIO2`, on most development boards this pin is labeled `D4`.
2223

2324
_If the connecting wire cannot be kept short, use a [level shifter/translator](/basics/compatible-hardware#levelshifters)._ Optionally, connect a normally open pushbutton to `GPIO0` (NodeMCU/Wemos pin `D3`, on ESP32 use `IO17`) and ground for [configurable actions](/features/macros).
2425

0 commit comments

Comments
 (0)