Skip to content

Commit 7825c11

Browse files
authored
minor fixes for H801/H802 device page (#566)
* remove garbage tag * remove whitespace * fix RX pin
1 parent 39653f7 commit 7825c11

File tree

1 file changed

+2
-3
lines changed
  • src/docs/devices/H801-RGBW-LED-Controller

1 file changed

+2
-3
lines changed

src/docs/devices/H801-RGBW-LED-Controller/index.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ light:
9292

9393
Make your node in the ESPHome dashboard and compile/upload it. (if it
9494
fails OTA it must be uploaded manually with your favorite ESP flasher,
95-
e.g. `esphome-flasher <esphome-flasher>`{.interpreted-text role="ref"})
95+
e.g. `esphome-flasher <esphome-flasher>`
9696

9797
You will need to solder pins to the board inside the H801 (fortunately
9898
it\'s pretty roomy and not a lot of components or stuff in the way apart
@@ -166,7 +166,7 @@ Pinout:
166166
| B (PWM3) | GPIO13 |
167167
| W (PWM4) | GPIO15 |
168168
| Jumper J3 | GPIO0 |
169-
| RX | unknown |
169+
| RX | GPIO3 |
170170
| TX | GPIO2 |
171171

172172
Unlike the H801, the H802 has no LEDs of its own.
@@ -217,5 +217,4 @@ light:
217217
green: pwm_g
218218
blue: pwm_b
219219
white: pwm_w1
220-
221220
```

0 commit comments

Comments
 (0)