add disconnect functions

void disconnect(void);
   void disconnect(uint8_t num);
This commit is contained in:
Markus Sattler
2015-05-23 09:20:44 +02:00
parent 27a9a22908
commit 0ca1503e52
3 changed files with 36 additions and 6 deletions

View File

@ -37,7 +37,7 @@
#endif
#endif
//#define DEBUG_WEBSOCKETS(...) Serial1.printf( __VA_ARGS__ );
#define DEBUG_WEBSOCKETS(...) Serial1.printf( __VA_ARGS__ );
#ifndef DEBUG_WEBSOCKETS
#define DEBUG_WEBSOCKETS(...)