Fix Ethernet handling and dependencies for CH390 driver

This commit is contained in:
Ben Meadors
2026-06-11 15:36:13 -05:00
parent ed52e3019d
commit 02081dc85d
5 changed files with 18 additions and 7 deletions
@@ -16,8 +16,9 @@ custom_sdkconfig =
CONFIG_ETH_ENABLED=y
CONFIG_ARDUINO_SELECTIVE_Ethernet=y
lib_ignore =
Ethernet
; Do NOT lib_ignore Ethernet here: pioarduino's component manager maps the
; ignored Arduino lib to the esp_eth IDF component and strips its include
; paths, breaking NetworkEvents.h and the CH390 driver (see t-eth-elite).
build_src_filter =
${esp32s3_base.build_src_filter}
@@ -26,4 +27,4 @@ build_src_filter =
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
https://github.com/meshtastic/ESP32-CH390/archive/refs/tags/v1.1.0.zip