1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-08-17 06:42:21 +03:00

Pass string objects by reference (#5378)

This commit is contained in:
dav1901
2018-11-25 16:18:44 +02:00
committed by Develo
parent 72ad9353fc
commit cd05bae0e8
10 changed files with 15 additions and 15 deletions

View File

@@ -71,7 +71,7 @@ class ESP8266WiFiSTAClass {
String hostname();
bool hostname(char* aHostname);
bool hostname(const char* aHostname);
bool hostname(String aHostname);
bool hostname(const String& aHostname);
// STA WiFi info
wl_status_t status();