Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion libraries/WiFi/src/include/ClientContext.h
Original file line number Diff line number Diff line change
Expand Up @@ -374,7 +374,7 @@ class ClientContext {
return 0;
}
size_t sent = 0;
uint8_t buff[128];
uint8_t buff[256];
while (stream.available()) {
// Stream only lets you read 1 byte at a time, so buffer in local copy
size_t i;
Expand Down