From d5a9e3114abf5aa4f416d8d7883da1b8ba5ee9d7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20G=C3=B6ttgens?= Date: Wed, 26 Oct 2022 18:37:51 +0200 Subject: [PATCH] Update ethClient.cpp --- src/mesh/eth/ethClient.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/mesh/eth/ethClient.cpp b/src/mesh/eth/ethClient.cpp index c055206b1..cbfc1c554 100644 --- a/src/mesh/eth/ethClient.cpp +++ b/src/mesh/eth/ethClient.cpp @@ -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");