remove dupe strings

This commit is contained in:
Yuri Trikoz
2020-06-19 07:48:31 +03:00
parent 15aa8c8539
commit 02855b5ab9
3 changed files with 40 additions and 53 deletions

View File

@@ -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);