mirror of
https://github.com/esp8266/Arduino.git
synced 2025-08-01 03:47:23 +03:00
Bugfix and fix compilation erro with new-extensions branch
This commit is contained in:
@ -86,6 +86,9 @@ public:
|
||||
// Return Connection status
|
||||
uint8_t status();
|
||||
|
||||
// function used for test
|
||||
uint8_t test();
|
||||
|
||||
friend class Client;
|
||||
friend class Server;
|
||||
};
|
||||
|
Reference in New Issue
Block a user