Merge branch 'master' into esp32

This commit is contained in:
Links
2018-02-06 20:24:03 +01:00
7 changed files with 163 additions and 12 deletions

View File

@@ -37,7 +37,7 @@ class WebSocketsClient: private WebSockets {
WebSocketsClient(void);
~WebSocketsClient(void);
virtual ~WebSocketsClient(void);
void begin(const char *host, uint16_t port, const char * url = "/", const char * protocol = "arduino");
void begin(String host, uint16_t port, String url = "/", String protocol = "arduino");