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

@ -44,7 +44,7 @@ public:
#endif
WebSocketsServer(uint16_t port, String origin = "", String protocol = "arduino");
~WebSocketsServer(void);
virtual ~WebSocketsServer(void);
void begin(void);