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-27 15:19:49 -08:00 committed by GitHub
parent fb91d9b2d4
commit e33a0bf940
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -407,7 +407,7 @@ build_flags = ${common.build_flags_esp8266} -D USE_WS2801
board = esp32dev
platform = espressif32@2.0
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