mirror of
https://github.com/Links2004/arduinoWebSockets.git
synced 2025-07-17 17:22:05 +02:00
change private to protected (see #10)
This commit is contained in:
@ -65,7 +65,7 @@ class WebSocketsClient: private WebSockets {
|
||||
|
||||
void disconnect(void);
|
||||
|
||||
private:
|
||||
protected:
|
||||
String _host;
|
||||
uint16_t _port;
|
||||
|
||||
|
Reference in New Issue
Block a user