ESP32-S3-Box Unable to Update via Wifi or USB Connection

Hi,

I am unable to update my S3 box via USB (Wifi would not work) with a preparation fail error when downloading the project:

image

Clicking on the link opens the log screen and it confirms a fatal error due to git depository, see log:

Any recommendations on how to resolve this error?

Thanks

Hi

Yeah you need to update code in your esphome sketch as it’s not compatible with current ESPHome version :wink:

Vincèn

Check this reply Projects using ESP-IDF don't build with the 2024.12 betas · Issue #42 · esphome/wake-word-voice-assistants · GitHub and possibly the whole issue. Same error failed to resolve component jsmn as in your case.

Pinning the idf version confirmed working for S3 Box: Projects using ESP-IDF don't build with the 2024.12 betas · Issue #42 · esphome/wake-word-voice-assistants · GitHub
Please check it out and report back.