Skip to content

Commit

Permalink
Fix addon web data truncation via payload limit (OpenStickCommunity#204)
Browse files Browse the repository at this point in the history
  • Loading branch information
deeebug authored and henrebotha committed May 3, 2023
1 parent b206a92 commit 9346b9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/configs/webconfig.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
#endif
#define API_REBOOT "/api/reboot"

#define LWIP_HTTPD_POST_MAX_PAYLOAD_LEN 2048
#define LWIP_HTTPD_POST_MAX_PAYLOAD_LEN 4096

using namespace std;

Expand Down

0 comments on commit 9346b9e

Please sign in to comment.