We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8179178 + 15abb86 commit 0de1ee8Copy full SHA for 0de1ee8
arduino/avr/cores/arduino/Server.h
@@ -20,6 +20,8 @@
20
#ifndef server_h
21
#define server_h
22
23
+#include "Print.h"
24
+
25
class Server : public Print {
26
public:
27
virtual void begin() =0;
0 commit comments