mirror of
https://github.com/Links2004/arduinoWebSockets.git
synced 2025-07-15 16:30:31 +02:00
change private to protected (see #10)
This commit is contained in:
@ -65,7 +65,7 @@ class WebSocketsClient: private WebSockets {
|
|||||||
|
|
||||||
void disconnect(void);
|
void disconnect(void);
|
||||||
|
|
||||||
private:
|
protected:
|
||||||
String _host;
|
String _host;
|
||||||
uint16_t _port;
|
uint16_t _port;
|
||||||
|
|
||||||
|
@ -81,7 +81,7 @@ public:
|
|||||||
|
|
||||||
IPAddress remoteIP(uint8_t num);
|
IPAddress remoteIP(uint8_t num);
|
||||||
|
|
||||||
private:
|
protected:
|
||||||
uint16_t _port;
|
uint16_t _port;
|
||||||
|
|
||||||
#ifdef ESP8266
|
#ifdef ESP8266
|
||||||
|
Reference in New Issue
Block a user