diff --git a/static/firmware_build/esp32-uc2-standalone-3-beta-manifest.json b/static/firmware_build/esp32-uc2-standalone-3-beta-manifest.json new file mode 100644 index 00000000..6f8e20f6 --- /dev/null +++ b/static/firmware_build/esp32-uc2-standalone-3-beta-manifest.json @@ -0,0 +1,12 @@ +{ + "name": "UC2-ESP32", + "version": "2024_09_UC2-3-beta", + "home_assistant_domain": "UC2-ESP32", + "funding_url": "https://github.com/youseetoo/uc2-esp32", + "builds": [ + { + "chipFamily": "ESP32", + "parts": [{ "path": "esp32_uc2_3_beta.bin", "offset": 0 }] + } + ] +}