mirror of
https://github.com/Links2004/arduinoWebSockets.git
synced 2025-07-16 00:32:06 +02:00
Change inheritance of WebSocketServer
to allow classes inheriting from it to call sendFrame with custom arguments.
This commit is contained in:
@ -33,7 +33,7 @@
|
||||
|
||||
|
||||
|
||||
class WebSocketsServer: private WebSockets {
|
||||
class WebSocketsServer: public WebSockets {
|
||||
public:
|
||||
|
||||
#ifdef __AVR__
|
||||
|
Reference in New Issue
Block a user