You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Board: esp32dev
Core Installation version: [email protected]
IDE name: Platform.io
Flash Frequency: 40Mhz
PSRAM enabled: no
Upload Speed: 115200
Computer OS: Windows 10
Description:
OTA Update with HttpsOTAUpdate.h using the min_spiffs partition fail. but the same code with default partition works fine.
Debug Messages:
E (10785) task_wdt: Task watchdog got triggered. The following tasks did not reset the watchdog in time:
E (10833) task_wdt: - IDLE0 (CPU 0)
E (10974) task_wdt: Tasks currently running:
E (10974) task_wdt: CPU 0: ipc0
E (10974) task_wdt: CPU 1: loopTask
E (10974) task_wdt: Aborting.
abort() was called at PC 0x40154d4c on core 0
ELF file SHA256: 0000000000000000
Backtrace: 0x40088774:0x3ffbf930 0x400889f1:0x3ffbf950 0x40154d4c:0x3ffbf970 0x40086eb1:0x3ffbf990 0x40084b6d:0x3ffb9d60 0x40087651:0x3ffb9d80 0x400848eb:0x3ffb9da0 0x40089a02:0x3ffb9dc0
#0 0x40088774:0x3ffbf930 in invoke_abort at /home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/esp-idf/components/esp32/panic.c:715
#1 0x400889f1:0x3ffbf950 in abort at /home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/esp-idf/components/esp32/panic.c:715
#2 0x40154d4c:0x3ffbf970 in task_wdt_isr at /home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/esp-idf/components/esp32/task_wdt.c:252
#3 0x40086eb1:0x3ffbf990 in _xt_lowint1 at /home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/esp-idf/components/freertos/xtensa_vectors.S:1154
#4 0x40084b6d:0x3ffb9d60 in esp_intr_noniram_enable at /home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/esp-idf/components/esp32/intr_alloc.c:891
#5 0x40087651:0x3ffb9d80 in spi_flash_op_block_func at /home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/esp-idf/components/spi_flash/cache_utils.c:203
#6 0x400848eb:0x3ffb9da0 in ipc_task at /home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/esp-idf/components/esp32/ipc.c:62
#7 0x40089a02:0x3ffb9dc0 in vPortTaskWrapper at /home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/esp-idf/components/freertos/port.c:355 (discriminator 1)
Rebooting...
The text was updated successfully, but these errors were encountered:
Hardware:
Board: esp32dev
Core Installation version: [email protected]
IDE name: Platform.io
Flash Frequency: 40Mhz
PSRAM enabled: no
Upload Speed: 115200
Computer OS: Windows 10
Description:
OTA Update with HttpsOTAUpdate.h using the min_spiffs partition fail. but the same code with default partition works fine.
Debug Messages:
The text was updated successfully, but these errors were encountered: