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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user