From cd612e619b4762430af36c631f74a3e91264e354 Mon Sep 17 00:00:00 2001 From: Ben Meadors Date: Sat, 18 Jul 2026 19:07:39 -0500 Subject: [PATCH] feat: wire in published FAB26 firmware build MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The FAB26 Boston build has shipped to meshtastic.github.io/event/fab26/firmware-2.7.27.d250d89, so populate the edition's firmware block (version/id/title/zipUrl/releaseNotes) that was null ("coming soon"). Corrects the firmware slug from the provisional fab2026 to the published fab26 — the flasher derives event/{slug}/firmware-{version} from it, so it must match the real path. Co-Authored-By: Claude Opus 4.8 --- data/eventFirmware.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/data/eventFirmware.json b/data/eventFirmware.json index c370f91..7ff029a 100644 --- a/data/eventFirmware.json +++ b/data/eventFirmware.json @@ -89,12 +89,12 @@ "fonts": { "heading": "Montserrat", "body": "Montserrat" } }, "firmware": { - "slug": "fab2026", - "version": null, - "id": null, - "title": null, - "zipUrl": null, - "releaseNotes": null + "slug": "fab26", + "version": "2.7.27.d250d89", + "id": "v2.7.27.d250d89", + "title": "Meshtastic Firmware 2.7.27.d250d89", + "zipUrl": "https://github.com/meshtastic/meshtastic.github.io/raw/master/event/fab26/firmware-2.7.27.d250d89.zip", + "releaseNotes": "## Welcome to FAB26 Boston! 🛠️\n\nThis firmware has been customized for FAB26 Boston with factory default configurations.\n\n### ⚠️ Important: Backup Before Flashing\n\nIf your device has existing settings or encryption keys, **backup your keys / configurations** before proceeding. Flashing will reset your device to factory settings for the event.\n\n### Quick Start\n\n1. Ensure a **data-capable USB cable** is connected\n2. Select your device type\n3. Choose \"Full Erase and Install\"\n4. After flashing, download the Meshtastic app and pair via Bluetooth\n5. If you updated from a previous version or installed a UF2 on an NRF52 device, you will need to perform a factory reset on the device to activate the FAB26 mode.\n\n**Happy meshing from Boston!**" } }, {