-
Notifications
You must be signed in to change notification settings - Fork 65
Open
Description
this library is compatible ?
my includes stack is:
#include <EtherCard.h>
#include <SPI.h>
#include <Flash.h>
#include <TinyWebServer.h>
it give me errors:
/home/antonio/Arduino/libraries/TinyWebServer/TinyWebServer.h:89:31: error: 'Client' has not been declared
static void send_error_code(Client& client, int code);
^
/home/antonio/Arduino/libraries/TinyWebServer/TinyWebServer.h:96:34: error: 'Client' has not been declared
static inline void end_headers(Client& client) { client.println(); }
^
/home/antonio/Arduino/libraries/TinyWebServer/TinyWebServer.h:104:3: error: 'EthernetClient' does not name a type
EthernetClient& get_client() { return client_; }
^
....
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels