first parts of client working

This commit is contained in:
Markus Sattler
2016-01-24 00:52:23 +01:00
parent 790a922d5a
commit 1275914c86
3 changed files with 107 additions and 28 deletions

View File

@ -42,13 +42,12 @@ public:
~WebSocketsServer(void);
void begin(void);
#if (WEBSOCKETS_NETWORK_TYPE != NETWORK_ESP8266_ASYNC)
void loop(void);
#else
// Async interface not need a loop call
void loop(void) __attribute__ ((deprecated)) {
}
void loop(void) __attribute__ ((deprecated)) {}
#endif
void onEvent(WebSocketServerEvent cbEvent);