From 5b27324c754c78b859816f7241485f82f17bf452 Mon Sep 17 00:00:00 2001 From: bharvey88 <8107750+bharvey88@users.noreply.github.com> Date: Fri, 10 Jul 2026 09:14:26 -0500 Subject: [PATCH] Point MSR-1 installer at the factory image MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit MSR-1's PR #97 (merged 2026-07-10) repurposed firmware/ as the end-user OTA image (MSR-1.yaml, no improv_serial) and moved the first-flash factory image (MSR-1_Factory.yaml, has improv) to firmware-factory/. The web installer must flash the factory image so esp-web-tools can offer Wi-Fi setup over USB (Improv-Serial), so point MSR-1's stable manifest at firmware-factory/manifest.json. 🤖 Generated with [Claude Code](https://claude.com/claude-code) --- devices.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devices.json b/devices.json index 540332c..d7a5932 100644 --- a/devices.json +++ b/devices.json @@ -12,7 +12,7 @@ "githubPagesInstaller": "https://apolloautomation.github.io/MSR-1/", "firmware": { "stable": { - "Standard": "https://apolloautomation.github.io/MSR-1/firmware/manifest.json" + "Standard": "https://apolloautomation.github.io/MSR-1/firmware-factory/manifest.json" } }, "config": {