core Server class back to Arduino Core API version (#9447)
This commit is contained in:
parent
e709b9a388
commit
205781b921
1 changed files with 1 additions and 1 deletions
|
|
@ -25,7 +25,7 @@
|
||||||
class Server: public Print
|
class Server: public Print
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
virtual void begin(uint16_t port=0) =0;
|
virtual void begin() =0;
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue