Skip to content

Commit

Permalink
update example
Browse files Browse the repository at this point in the history
  • Loading branch information
mathieucarbou committed Dec 15, 2024
1 parent 1ee08d0 commit c5af87a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/Client/Client.ino
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ void makeRequest() {
});

client->onData([](void* arg, AsyncClient* client, void* data, size_t len) {
// Serial.printf("** data received by client: %" PRIu16 ": len=%u\n", client->localPort(), len);
Serial.printf("** data received by client: %" PRIu16 ": len=%u\n", client->localPort(), len);
});

client->write("GET /README.md HTTP/1.1\r\nHost: " HOST "\r\nUser-Agent: ESP\r\nConnection: close\r\n\r\n");
Expand Down

0 comments on commit c5af87a

Please sign in to comment.