mirror of
https://github.com/Threnklyn/esphome-dev.git
synced 2026-05-19 04:33:27 +02:00
Activate some clang-tidy checks (#1884)
This commit is contained in:
@@ -80,7 +80,7 @@ void network_setup_mdns(IPAddress address, int interface) {
|
||||
// see https://github.com/esp8266/Arduino/issues/6114
|
||||
if (interface == 1)
|
||||
return;
|
||||
MDNS.begin(App.get_name().c_str(), address);
|
||||
MDNS.begin(App.get_name().c_str(), std::move(address));
|
||||
mdns_setup = true;
|
||||
#endif
|
||||
#ifdef ARDUINO_ARCH_ESP32
|
||||
|
||||
Reference in New Issue
Block a user