diff --git a/src/mesh/eth/ethClient.cpp b/src/mesh/eth/ethClient.cpp index 5373f243e..9f3bb8ab7 100644 --- a/src/mesh/eth/ethClient.cpp +++ b/src/mesh/eth/ethClient.cpp @@ -12,6 +12,8 @@ #include #include +#if HAS_NETWORKING + #ifndef DISABLE_NTP #include @@ -183,3 +185,5 @@ bool isEthernetAvailable() return true; } } + +#endif \ No newline at end of file