mirror of
https://github.com/Links2004/arduinoWebSockets.git
synced 2025-07-13 07:16:31 +02:00
add disconnect functions
void disconnect(void); void disconnect(uint8_t num);
This commit is contained in:
@ -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(...)
|
||||
|
Reference in New Issue
Block a user