additional board def for 16MB ethernet

the main difference is that "esp32-poe" is used as variant, instead of "esp32dev". Seems that this is needed to define a few special purpose pins on ethernet boards.

Might help to fix https://github.com/MoonModules/WLED/issues/23
This commit is contained in:
Frank
2023-03-11 21:01:03 +01:00
parent c9f364de76
commit cac975c046
2 changed files with 39 additions and 1 deletions

View File

@@ -986,7 +986,7 @@ board_build.partitions = tools/WLED_ESP32_16MB.csv ;; WLED standard for
extends = esp32_4MB_M_base
board_build.partitions = tools/WLED_ESP32_16MB.csv ;; WLED standard for 16MB flash: 2MB firmware, 12 MB filesystem
;board_build.partitions = tools/WLED_ESP32_16MB_9MB_FS.csv ;; WLED extended for 16MB flash: 3.2MB firmware, 9 MB filesystem
board = esp32_16MB
board = esp32_16MB-poe ;; needed for ethernet boards (selects "esp32-poe" as variant)
build_flags = ${esp32_4MB_M_base.build_flags}
-D WLED_RELEASE_NAME=esp32_16MB_M_eth ; This will be included in the firmware.bin filename
-D WLED_USE_ETHERNET