Skip to content

Commit

Permalink
Update sdkconfig.defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
SybexX authored Dec 28, 2024
1 parent 6da8941 commit c41a0a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/sdkconfig.defaults
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ 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_ESP_TLS_INSECURE=y
# CONFIG_ESP_TLS_INSECURE=y
CONFIG_ESP_TLS_SKIP_SERVER_CERT_VERIFY=y

CONFIG_FREERTOS_TASK_FUNCTION_WRAPPER=n
Expand Down

0 comments on commit c41a0a4

Please sign in to comment.