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:
@@ -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