mirror of
https://github.com/meshtastic/firmware.git
synced 2026-05-24 08:46:48 -04:00
ESP32s3: Use espressif-provided Ethernet library for ETH
This commit is contained in:
@@ -16,14 +16,6 @@ custom_sdkconfig =
|
||||
CONFIG_ETH_ENABLED=y
|
||||
CONFIG_ARDUINO_SELECTIVE_Ethernet=y
|
||||
|
||||
lib_ignore =
|
||||
Ethernet
|
||||
|
||||
build_src_filter =
|
||||
${esp32s3_base.build_src_filter}
|
||||
+<../variants/esp32s3/ELECROW-ThinkNode-G3/*>
|
||||
|
||||
lib_deps =
|
||||
${esp32s3_base.lib_deps}
|
||||
# renovate: datasource=github-tags depName=ESP32-CH390 packageName=meshtastic/ESP32-CH390
|
||||
https://github.com/meshtastic/ESP32-CH390/archive/refs/tags/v1.0.1.zip
|
||||
|
||||
@@ -15,14 +15,6 @@ custom_sdkconfig =
|
||||
CONFIG_ETH_ENABLED=y
|
||||
CONFIG_ARDUINO_SELECTIVE_Ethernet=y
|
||||
|
||||
lib_ignore =
|
||||
Ethernet
|
||||
|
||||
build_src_filter =
|
||||
${esp32s3_base.build_src_filter}
|
||||
+<../variants/esp32s3/ELECROW-ThinkNode-M7/*>
|
||||
|
||||
lib_deps =
|
||||
${esp32s3_base.lib_deps}
|
||||
# renovate: datasource=github-tags depName=ESP32-CH390 packageName=meshtastic/ESP32-CH390
|
||||
https://github.com/meshtastic/ESP32-CH390/archive/refs/tags/v1.0.1.zip
|
||||
@@ -14,11 +14,3 @@ custom_sdkconfig =
|
||||
${esp32s3_base.custom_sdkconfig}
|
||||
CONFIG_ETH_ENABLED=y
|
||||
CONFIG_ARDUINO_SELECTIVE_Ethernet=y
|
||||
|
||||
; lib_ignore =
|
||||
; Ethernet
|
||||
|
||||
; lib_deps =
|
||||
; ${esp32s3_base.lib_deps}
|
||||
; # renovate: datasource=github-tags depName=ETHClass2 packageName=meshtastic/ETHClass2
|
||||
; https://github.com/meshtastic/ETHClass2/archive/v1.0.0.zip
|
||||
|
||||
Reference in New Issue
Block a user