Adafruit_ESP8266
Adafruit_ESP8266 copied to clipboard
Converting URL parameter to const char. It is more convenient to use …
…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*.