Adafruit_ESP8266 icon indicating copy to clipboard operation
Adafruit_ESP8266 copied to clipboard

Converting URL parameter to const char. It is more convenient to use …

Open josea opened this issue 9 years ago • 3 comments

…it if the url is being constructed with the String class,

like: String a = "api.wxy.com/update?t=" + someVar; const char* url = a.c_str().

That returns a const char*.

josea avatar Jul 20 '15 01:07 josea