mirror of
https://github.com/tbnobody/OpenDTU.git
synced 2026-01-05 20:33:38 +01:00
Optimize performance by removing not required string constructors
This commit is contained in:
@@ -375,7 +375,7 @@ String NetworkSettingsClass::macAddress()
|
||||
return WiFi.macAddress();
|
||||
break;
|
||||
default:
|
||||
return String("");
|
||||
return "";
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user