Update custom32_LEDPIN_16 build config to use the right relay pin (#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.
This commit is contained in:
larrywal
2020-11-28 00:19:49 +01:00
committed by GitHub
parent fb91d9b2d4
commit e33a0bf940
+1 -1
View File
@@ -407,7 +407,7 @@ build_flags = ${common.build_flags_esp8266} -D USE_WS2801
board = esp32dev
platform = [email protected]
build_unflags = ${common.build_unflags}
build_flags = ${common.build_flags_esp32} -D LEDPIN=16
build_flags = ${common.build_flags_esp32} -D LEDPIN=16 -D RLYPIN=19
lib_ignore =
ESPAsyncTCP
ESPAsyncUDP