Add Ethernet configuration to platformio.ini for ThinkNode variants

This commit is contained in:
Ben Meadors
2026-05-20 07:12:43 -05:00
parent 00ec69201d
commit 8d08077412
2 changed files with 12 additions and 2 deletions
@@ -11,6 +11,11 @@ build_flags =
-I variants/esp32s3/ELECROW-ThinkNode-G3
-mfix-esp32-psram-cache-issue
custom_sdkconfig =
${esp32s3_base.custom_sdkconfig}
CONFIG_ETH_ENABLED=y
CONFIG_ARDUINO_SELECTIVE_Ethernet=y
lib_ignore =
Ethernet