Skip to content

Commit 6bc2da2

Browse files
committed
core Server class back to Arduino Core API version
1 parent e4a5785 commit 6bc2da2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: cores/esp32/Server.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
class Server: public Print
2626
{
2727
public:
28-
virtual void begin(uint16_t port=0) =0;
28+
virtual void begin() =0;
2929
};
3030

3131
#endif

0 commit comments

Comments
 (0)