From 74177294820d5693734f4e2bd52ee9bef12dfc04 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20G=C3=B6ttgens?= Date: Wed, 26 Oct 2022 18:37:20 +0200 Subject: [PATCH] debug removed --- src/mesh/eth/ethClient.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/mesh/eth/ethClient.cpp b/src/mesh/eth/ethClient.cpp index a082925dc..c055206b1 100644 --- a/src/mesh/eth/ethClient.cpp +++ b/src/mesh/eth/ethClient.cpp @@ -76,10 +76,6 @@ static int32_t reconnectETH() // Startup Ethernet bool initEthernet() { - - config.network.eth_enabled = true; - config.network.eth_mode = Config_NetworkConfig_EthMode_DHCP; - if (config.network.eth_enabled) { #ifdef PIN_ETHERNET_RESET