Unverified Commit 205781b9 authored by Juraj Andrássy's avatar Juraj Andrássy Committed by GitHub

core Server class back to Arduino Core API version (#9447)

parent e709b9a3
......@@ -25,7 +25,7 @@
class Server: public Print
{
public:
virtual void begin(uint16_t port=0) =0;
virtual void begin() =0;
};
#endif
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment