Skip to content

Commit

Permalink
Increased CONFIG_MQTT_BUFFER_SIZE to 4096
Browse files Browse the repository at this point in the history
See #3425
  • Loading branch information
caco3 authored Dec 8, 2024
1 parent f4dccc1 commit bf6b2df
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions code/sdkconfig.defaults
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,7 @@ CONFIG_MQTT_USE_CORE_0=y
CONFIG_MQTT_USE_CUSTOM_CONFIG=y
#CONFIG_MQTT_OUTBOX_EXPIRED_TIMEOUT_MS=5000
#CONFIG_MQTT_CUSTOM_OUTBOX=y # -> Use custom outbox in components/jomjol_mqtt/mqtt_outbox.h/cpp. If USE_PSRAM is enabled in there, it will save 10 kBytes of internal RAM. How ever it also leads to memory fragmentation, see https://github.com/jomjol/AI-on-the-edge-device/issues/2200
CONFIG_MQTT_BUFFER_SIZE= 4096 # See https://github.com/jomjol/AI-on-the-edge-device/issues/3425

CONFIG_FREERTOS_TASK_FUNCTION_WRAPPER=n

Expand Down

0 comments on commit bf6b2df

Please sign in to comment.