mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-29 05:36:39 +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}
|
||||
-DCORE_DEBUG_LEVEL=0
|
||||
-DBUFFER_LENGTH=128
|
||||
-DHTTP_UPLOAD_BUFLEN=2048
|
||||
-DMQTT_MAX_PACKET_SIZE=1200
|
||||
-Duint32=uint32_t
|
||||
-Duint16=uint16_t
|
||||
@ -81,7 +82,7 @@ build_flags = ${esp_defaults.build_flags}
|
||||
-Dsint32_t=int32_t
|
||||
-Dsint16_t=int16_t
|
||||
-Dmemcpy_P=memcpy
|
||||
-Dmemcmp_P=memcmp
|
||||
-Dmemcmp_P=memcmp
|
||||
|
||||
|
||||
[core32]
|
||||
|
Loading…
x
Reference in New Issue
Block a user