debug removed

This commit is contained in:
Thomas Göttgens 2022-10-26 18:37:20 +02:00 committed by GitHub
parent d5c407c098
commit 7417729482
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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