mirror of https://github.com/arendst/Tasmota.git
Update ESP32 MQTT_MAX_PACKET_SIZE
This commit is contained in:
parent
7651b447fb
commit
2b19e24b99
|
@ -70,7 +70,7 @@ build_flags = ${common.build_flags} -DMY_LANGUAGE=nl-NL
|
|||
|
||||
[common32]
|
||||
platform = espressif32@1.12.0
|
||||
platform_packages =
|
||||
platform_packages =
|
||||
board = wemos_d1_mini32
|
||||
board_build.ldscript = esp32_out.ld
|
||||
board_build.flash_mode = ${common.board_build.flash_mode}
|
||||
|
@ -82,9 +82,9 @@ upload_resetmethod = ${common.upload_resetmethod}
|
|||
upload_speed = 921600
|
||||
extra_scripts = ${common.extra_scripts}
|
||||
|
||||
build_flags =
|
||||
build_flags =
|
||||
-D BUFFER_LENGTH=128
|
||||
-D MQTT_MAX_PACKET_SIZE=1000
|
||||
-D MQTT_MAX_PACKET_SIZE=1200
|
||||
-D uint32=uint32_t
|
||||
-D uint16=uint16_t
|
||||
-D uint8=uint8_t
|
||||
|
@ -95,10 +95,10 @@ build_flags =
|
|||
-D memcmp_P=memcmp
|
||||
; -D USE_CONFIG_OVERRIDE
|
||||
|
||||
lib_extra_dirs =
|
||||
lib_extra_dirs =
|
||||
libesp32
|
||||
|
||||
lib_ignore =
|
||||
lib_ignore =
|
||||
ESP MQTT
|
||||
TasmotaMqtt
|
||||
ILI9488
|
||||
|
|
Loading…
Reference in New Issue