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

@@ -25,7 +25,7 @@ template class LR11x0Interface<LR1121>;
template class SX126xInterface<STM32WLx>;
#endif
#if HAS_ETHERNET && !defined(USE_WS5500)
#if HAS_ETHERNET && !defined(USE_WS5500) && !defined(USE_CH390D)
#include "api/ethServerAPI.h"
template class ServerAPI<EthernetClient>;
template class APIServerPort<ethServerAPI, EthernetServer>;