File tree Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ CONFIG_COMPILER_WARN_WRITE_STRINGS=y
15
15
CONFIG_ESP_HTTPS_SERVER_ENABLE=y
16
16
CONFIG_ESP_HTTP_CLIENT_ENABLE_BASIC_AUTH=y
17
17
CONFIG_ESP_INT_WDT_TIMEOUT_MS=300
18
- CONFIG_ESP_IPC_TASK_STACK_SIZE=1024
18
+ CONFIG_ESP_IPC_TASK_STACK_SIZE=4096
19
19
CONFIG_ESP_MAIN_TASK_STACK_SIZE=4096
20
20
CONFIG_ESP_SYSTEM_EVENT_TASK_STACK_SIZE=2048
21
21
CONFIG_ESP_TASK_WDT_PANIC=y
@@ -140,3 +140,12 @@ CONFIG_USB_HOST_HW_BUFFER_BIAS_PERIODIC_OUT=y
140
140
141
141
# Zigbee Config
142
142
CONFIG_ZB_ENABLED=y
143
+
144
+ CONFIG_SPIRAM=y
145
+ CONFIG_SPIRAM_USE_MALLOC=y
146
+ CONFIG_SPIRAM_TRY_ALLOCATE_WIFI_LWIP=y
147
+ CONFIG_BT_ALLOCATION_FROM_SPIRAM_FIRST=y
148
+ CONFIG_MBEDTLS_EXTERNAL_MEM_ALLOC=y
149
+ CONFIG_ESP_TLS_INSECURE=y
150
+ CONFIG_ESP_TLS_SKIP_SERVER_CERT_VERIFY=y
151
+ CONFIG_ESP_PHY_REDUCE_TX_POWER=n
You can’t perform that action at this time.
0 commit comments