mirror of
https://github.com/meshtastic/firmware.git
synced 2025-12-21 18:22:32 +00:00
Update ethClient.cpp
This commit is contained in:
@@ -94,7 +94,6 @@ bool initEthernet()
|
|||||||
// createSSLCert();
|
// createSSLCert();
|
||||||
|
|
||||||
getMacAddr(mac); // FIXME use the BLE MAC for now...
|
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) {
|
if (config.network.eth_mode == Config_NetworkConfig_EthMode_DHCP) {
|
||||||
DEBUG_MSG("starting Ethernet DHCP\n");
|
DEBUG_MSG("starting Ethernet DHCP\n");
|
||||||
|
|||||||
Reference in New Issue
Block a user