mirror of
https://github.com/IoTManagerProject/IoTManager.git
synced 2026-03-26 22:22:16 +03:00
remove dupe strings
This commit is contained in:
@@ -25,7 +25,7 @@ boolean isDigitStr(String str) {
|
||||
return str.length();
|
||||
}
|
||||
|
||||
String getURL(String urls) {
|
||||
String getURL(const String& urls) {
|
||||
String res = "";
|
||||
HTTPClient http;
|
||||
http.begin(urls);
|
||||
|
||||
Reference in New Issue
Block a user