mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-23 18:56:38 +00:00
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]
|
[common32]
|
||||||
platform = espressif32@1.12.0
|
platform = espressif32@1.12.0
|
||||||
platform_packages =
|
platform_packages =
|
||||||
board = wemos_d1_mini32
|
board = wemos_d1_mini32
|
||||||
board_build.ldscript = esp32_out.ld
|
board_build.ldscript = esp32_out.ld
|
||||||
board_build.flash_mode = ${common.board_build.flash_mode}
|
board_build.flash_mode = ${common.board_build.flash_mode}
|
||||||
@ -82,9 +82,9 @@ upload_resetmethod = ${common.upload_resetmethod}
|
|||||||
upload_speed = 921600
|
upload_speed = 921600
|
||||||
extra_scripts = ${common.extra_scripts}
|
extra_scripts = ${common.extra_scripts}
|
||||||
|
|
||||||
build_flags =
|
build_flags =
|
||||||
-D BUFFER_LENGTH=128
|
-D BUFFER_LENGTH=128
|
||||||
-D MQTT_MAX_PACKET_SIZE=1000
|
-D MQTT_MAX_PACKET_SIZE=1200
|
||||||
-D uint32=uint32_t
|
-D uint32=uint32_t
|
||||||
-D uint16=uint16_t
|
-D uint16=uint16_t
|
||||||
-D uint8=uint8_t
|
-D uint8=uint8_t
|
||||||
@ -95,10 +95,10 @@ build_flags =
|
|||||||
-D memcmp_P=memcmp
|
-D memcmp_P=memcmp
|
||||||
; -D USE_CONFIG_OVERRIDE
|
; -D USE_CONFIG_OVERRIDE
|
||||||
|
|
||||||
lib_extra_dirs =
|
lib_extra_dirs =
|
||||||
libesp32
|
libesp32
|
||||||
|
|
||||||
lib_ignore =
|
lib_ignore =
|
||||||
ESP MQTT
|
ESP MQTT
|
||||||
TasmotaMqtt
|
TasmotaMqtt
|
||||||
ILI9488
|
ILI9488
|
||||||
|
Loading…
x
Reference in New Issue
Block a user