feat: Adds a configuration for outbox data destination

Allow user to move outbox data to external SPI RAM.
This commit is contained in:
Euripedes Rocha
2023-04-11 16:13:45 +02:00
committed by Rocha Euripedes
parent 6bcd906b8a
commit 2c71f9e69b
3 changed files with 18 additions and 3 deletions
+7
View File
@@ -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