Add Ethernet configuration to platformio.ini for ThinkNode variants
This commit is contained in:
@@ -11,6 +11,11 @@ build_flags =
|
|||||||
-I variants/esp32s3/ELECROW-ThinkNode-G3
|
-I variants/esp32s3/ELECROW-ThinkNode-G3
|
||||||
-mfix-esp32-psram-cache-issue
|
-mfix-esp32-psram-cache-issue
|
||||||
|
|
||||||
|
custom_sdkconfig =
|
||||||
|
${esp32s3_base.custom_sdkconfig}
|
||||||
|
CONFIG_ETH_ENABLED=y
|
||||||
|
CONFIG_ARDUINO_SELECTIVE_Ethernet=y
|
||||||
|
|
||||||
lib_ignore =
|
lib_ignore =
|
||||||
Ethernet
|
Ethernet
|
||||||
|
|
||||||
|
|||||||
@@ -10,6 +10,11 @@ build_flags =
|
|||||||
-I variants/esp32s3/ELECROW-ThinkNode-M7
|
-I variants/esp32s3/ELECROW-ThinkNode-M7
|
||||||
-mfix-esp32-psram-cache-issue
|
-mfix-esp32-psram-cache-issue
|
||||||
|
|
||||||
|
custom_sdkconfig =
|
||||||
|
${esp32s3_base.custom_sdkconfig}
|
||||||
|
CONFIG_ETH_ENABLED=y
|
||||||
|
CONFIG_ARDUINO_SELECTIVE_Ethernet=y
|
||||||
|
|
||||||
lib_ignore =
|
lib_ignore =
|
||||||
Ethernet
|
Ethernet
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user