mirror of
https://github.com/Links2004/arduinoWebSockets.git
synced 2025-07-16 00:32:06 +02:00
change private to protected (see #10)
This commit is contained in:
@ -81,7 +81,7 @@ public:
|
||||
|
||||
IPAddress remoteIP(uint8_t num);
|
||||
|
||||
private:
|
||||
protected:
|
||||
uint16_t _port;
|
||||
|
||||
#ifdef ESP8266
|
||||
|
Reference in New Issue
Block a user