Skip to content

Commit

Permalink
refactor(HTTP): increase response buffer size
Browse files Browse the repository at this point in the history
  • Loading branch information
becem-gharbi committed Nov 28, 2023
1 parent 73b23ce commit b49ad82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/HTTP.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#include <esp_http_client.h>

#ifndef HTTP_MAX_RESPONSE_SIZE
#define HTTP_MAX_RESPONSE_SIZE 200
#define HTTP_MAX_RESPONSE_SIZE 300
#endif

#ifndef HTTP_TIMEOUT_MS
Expand Down

0 comments on commit b49ad82

Please sign in to comment.