Skip to content

Commit e33a0bf

Browse files
authored
Update custom32_LEDPIN_16 build config to use the right relay pin (wled#1385)
The Quin-Dig-Quad has the relay pin on IO19 (Q3). However, it is on IO12 by default. Update the build flags for the custom32_LEDPIN_16 build to also move the relay pin to IO19 so it works properly with the board.
1 parent fb91d9b commit e33a0bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

platformio.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -407,7 +407,7 @@ build_flags = ${common.build_flags_esp8266} -D USE_WS2801
407407
board = esp32dev
408408
409409
build_unflags = ${common.build_unflags}
410-
build_flags = ${common.build_flags_esp32} -D LEDPIN=16
410+
build_flags = ${common.build_flags_esp32} -D LEDPIN=16 -D RLYPIN=19
411411
lib_ignore =
412412
ESPAsyncTCP
413413
ESPAsyncUDP

0 commit comments

Comments
 (0)