We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9981f72 commit 7355a3eCopy full SHA for 7355a3e
platformio.ini
@@ -60,5 +60,7 @@ build_flags =
60
-DCORE_DEBUG_LEVEL=3
61
-DHTTPS_LOGLEVEL=3
62
-DHTTPS_REQUEST_MAX_REQUEST_LENGTH=1024
63
+ ; reduce probability of https://github.com/fhessel/esp32_https_server/pull/123
64
+ -DHTTPS_CONNECTION_DATA_CHUNK_SIZE=1024
65
; build number "-dev" will be replaced in github action
66
-DBUILD_NUMBER=\"-dev\"
0 commit comments