Disable RLYPIN and BTNPIN as done with other ethernet build

This commit is contained in:
Will Tatam
2023-08-14 20:24:53 +01:00
parent af3a8c0dc2
commit 5293a45c7f

View File

@@ -1122,7 +1122,9 @@ build_flags = ${esp32_4MB_M_base.build_flags}
[env:esp32_4MB_eth_M]
extends = esp32_4MB_M_base
build_flags = ${esp32_4MB_M_base.build_flags}
-D WLED_RELEASE_NAME=esp32_4MB_eth_M -D WLED_USE_ETHERNET
-D WLED_RELEASE_NAME=esp32_4MB_eth_M
-D WLED_USE_ETHERNET
-D RLYPIN=-1 -D BTNPIN=-1 ;; Prevent clash
-D WLED_DISABLE_ESPNOW ;; ESP-NOW requires wifi, may crash with ethernet only