esphome / esp-web-tools

Open source tools to allow working with ESP devices in the browser
https://esphome.github.io/esp-web-tools/
Apache License 2.0
449 stars 120 forks source link

Failed to download manifest when flashing #516

Open notmayo opened 3 months ago

notmayo commented 3 months ago

Heyo, if I missed something where this has been addressed, apologies.

While trying to flash two new M5 Atom lite devices into bluetooth proxies, I kept receiving this error. I finally chose "generic ESPHome" and it was able to erase and flash a basic ESPHome firmware. I did some digging, and I believe the reason is because the firmware files have moved from their previous locations and the linking isn't working correctly.

Old location: /esphome/firmware/blob/main/bluetooth-proxy/m5stack-atom-lite.yaml (Contents of said yaml file:

packages:
  moved: github://esphome/bluetooth-proxies/m5stack/m5stack-atom-lite.yaml@main

New location: /esphome/bluetooth-proxies/blob/main/m5stack/m5stack-atom-lite.yaml