Skip to content

sendToSparkfunDataServer() is incomplete with standard library #1

@hex705

Description

@hex705

Hi

Thanks for the great example.

I have an basic ethernet shield and to get this to work i needed to add:

       client.println(" HTTP/1.1");
       client.print("Host: ");
       client.println(sparkfunDataServer);
       client.println("Connection: close");
       client.println();

after the data pairs but before the timeout and response delays in sendToSparkfunDataServer

is this a hardware thing ? does you board not require these lines?

s

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