Skip to content

ENC28J60 ethernet module compatibility #32

@antoniosap

Description

@antoniosap

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_; }
^

....

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions