mirror of
https://github.com/espressif/esp-mqtt.git
synced 2026-08-03 20:14:15 +02:00
feat: Adds a configuration for outbox data destination
Allow user to move outbox data to external SPI RAM.
This commit is contained in:
committed by
Rocha Euripedes
parent
6bcd906b8a
commit
2c71f9e69b
@@ -152,6 +152,13 @@ menu "ESP-MQTT Configurations"
|
||||
bool "Core 1"
|
||||
endchoice
|
||||
|
||||
config MQTT_OUTBOX_DATA_ON_EXTERNAL_MEMORY
|
||||
bool "Use external memory for outbox data"
|
||||
default n
|
||||
depends on MQTT_USE_CUSTOM_CONFIG
|
||||
help
|
||||
Set to true to use external memory for outbox data.
|
||||
|
||||
config MQTT_CUSTOM_OUTBOX
|
||||
bool "Enable custom outbox implementation"
|
||||
default n
|
||||
|
||||
Reference in New Issue
Block a user