mirror of
https://github.com/Links2004/arduinoWebSockets.git
synced 2025-07-15 00:06:30 +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;
|
||||
|
||||
|
@ -81,7 +81,7 @@ public:
|
||||
|
||||
IPAddress remoteIP(uint8_t num);
|
||||
|
||||
private:
|
||||
protected:
|
||||
uint16_t _port;
|
||||
|
||||
#ifdef ESP8266
|
||||
|
Reference in New Issue
Block a user