We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 14a6b12 + 3905ca8 commit 8576e9dCopy full SHA for 8576e9d
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