diff --git a/main/boards/esp-hi/config.json b/main/boards/esp-hi/config.json index 28e49681..90bc407e 100644 --- a/main/boards/esp-hi/config.json +++ b/main/boards/esp-hi/config.json @@ -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", diff --git a/main/idf_component.yml b/main/idf_component.yml index b356e482..5924fcd9 100644 --- a/main/idf_component.yml +++ b/main/idf_component.yml @@ -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: