ThinkNode G3, ETH support WIP

This commit is contained in:
Thomas Göttgens
2025-09-22 09:28:25 +02:00
parent c3a7ad2865
commit 48af1cd0e1
11 changed files with 102 additions and 11 deletions

View File

@@ -1227,7 +1227,7 @@ void AdminModule::handleGetDeviceConnectionStatus(const meshtastic_MeshPacket &r
}
#endif
#if HAS_ETHERNET && !defined(USE_WS5500)
#if HAS_ETHERNET && !defined(USE_WS5500) && !defined(USE_CH390D)
conn.has_ethernet = true;
conn.ethernet.has_status = true;
if (Ethernet.linkStatus() == LinkON) {