We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e709b9a commit 205781bCopy full SHA for 205781b
cores/esp32/Server.h
@@ -25,7 +25,7 @@
25
class Server: public Print
26
{
27
public:
28
- virtual void begin(uint16_t port=0) =0;
+ virtual void begin() =0;
29
};
30
31
#endif
0 commit comments