Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 205781b

Browse filesBrowse files
authored
core Server class back to Arduino Core API version (espressif#9447)
1 parent e709b9a commit 205781b
Copy full SHA for 205781b

File tree

1 file changed

+1
-1
lines changed
Filter options

1 file changed

+1
-1
lines changed

‎cores/esp32/Server.h

Copy file name to clipboardExpand all lines: cores/esp32/Server.h
+1-1Lines changed: 1 addition & 1 deletion
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.