Update ethClient.cpp

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

View File

@ -94,7 +94,6 @@ bool initEthernet()
// createSSLCert();
getMacAddr(mac); // FIXME use the BLE MAC for now...
sprintf(ourHost, "Meshtastic-%02x%02x", mac[4], mac[5]);
if (config.network.eth_mode == Config_NetworkConfig_EthMode_DHCP) {
DEBUG_MSG("starting Ethernet DHCP\n");