forked from xiaozhi/xiaozhi-esp32
fix: 修复 ESP-Hi 在联网时 crash 的问题 (#790)
* fix: resolve crash issue during network connection on ESP-Hi * fix: adjust dependency rules for some components
This commit is contained in:
@@ -16,7 +16,7 @@
|
||||
"CONFIG_ESP_WIFI_ESPNOW_MAX_ENCRYPT_NUM=0",
|
||||
"CONFIG_ESP_WIFI_ENTERPRISE_SUPPORT=n",
|
||||
"CONFIG_ESP_CONSOLE_USB_SERIAL_JTAG=y",
|
||||
"CONFIG_ESP_MAIN_TASK_STACK_SIZE=6144",
|
||||
"CONFIG_ESP_MAIN_TASK_STACK_SIZE=7168",
|
||||
"CONFIG_FREERTOS_HZ=1000",
|
||||
"CONFIG_FREERTOS_IDLE_TASK_STACKSIZE=768",
|
||||
"CONFIG_LWIP_MAX_SOCKETS=10",
|
||||
|
||||
@@ -62,12 +62,14 @@ dependencies:
|
||||
sscma_client:
|
||||
git: https://github.com/Seeed-Studio/SenseCAP-Watcher-Firmware.git
|
||||
path: components/sscma_client
|
||||
rules:
|
||||
- if: target not in [esp32p4, esp32c3]
|
||||
|
||||
esp_jpeg_simd:
|
||||
git: https://github.com/Seeed-Studio/SenseCAP-Watcher-Firmware.git
|
||||
path: components/esp_jpeg_simd
|
||||
rules:
|
||||
- if: target not in [esp32p4]
|
||||
- if: target not in [esp32p4, esp32c3]
|
||||
|
||||
## Required IDF version
|
||||
idf:
|
||||
|
||||
Reference in New Issue
Block a user