File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
src/docs/devices/H801-RGBW-LED-Controller Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change 92
92
93
93
Make your node in the ESPHome dashboard and compile/upload it. (if it
94
94
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>`
96
96
97
97
You will need to solder pins to the board inside the H801 (fortunately
98
98
it\'s pretty roomy and not a lot of components or stuff in the way apart
@@ -166,7 +166,7 @@ Pinout:
166
166
| B (PWM3) | GPIO13 |
167
167
| W (PWM4) | GPIO15 |
168
168
| Jumper J3 | GPIO0 |
169
- | RX | unknown |
169
+ | RX | GPIO3 |
170
170
| TX | GPIO2 |
171
171
172
172
Unlike the H801, the H802 has no LEDs of its own.
@@ -217,5 +217,4 @@ light:
217
217
green: pwm_g
218
218
blue: pwm_b
219
219
white: pwm_w1
220
-
221
220
` ` `
You can’t perform that action at this time.
0 commit comments