mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-30 14:16:32 +00:00
Make ESP32 HTTP upload buffer size equal to ESP8266
This commit is contained in:
parent
e79b1dd248
commit
8196919fbb
@ -73,6 +73,7 @@ build_unflags = ${esp_defaults.build_unflags}
|
|||||||
build_flags = ${esp_defaults.build_flags}
|
build_flags = ${esp_defaults.build_flags}
|
||||||
-DCORE_DEBUG_LEVEL=0
|
-DCORE_DEBUG_LEVEL=0
|
||||||
-DBUFFER_LENGTH=128
|
-DBUFFER_LENGTH=128
|
||||||
|
-DHTTP_UPLOAD_BUFLEN=2048
|
||||||
-DMQTT_MAX_PACKET_SIZE=1200
|
-DMQTT_MAX_PACKET_SIZE=1200
|
||||||
-Duint32=uint32_t
|
-Duint32=uint32_t
|
||||||
-Duint16=uint16_t
|
-Duint16=uint16_t
|
||||||
|
Loading…
x
Reference in New Issue
Block a user