Skip to content

Commit cd612e6

Browse files
thebenternclaude
andcommitted
feat: wire in published FAB26 firmware build
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 <noreply@anthropic.com>
1 parent 7db254e commit cd612e6

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

data/eventFirmware.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -89,12 +89,12 @@
8989
"fonts": { "heading": "Montserrat", "body": "Montserrat" }
9090
},
9191
"firmware": {
92-
"slug": "fab2026",
93-
"version": null,
94-
"id": null,
95-
"title": null,
96-
"zipUrl": null,
97-
"releaseNotes": null
92+
"slug": "fab26",
93+
"version": "2.7.27.d250d89",
94+
"id": "v2.7.27.d250d89",
95+
"title": "Meshtastic Firmware 2.7.27.d250d89",
96+
"zipUrl": "https://github.com/meshtastic/meshtastic.github.io/raw/master/event/fab26/firmware-2.7.27.d250d89.zip",
97+
"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!**"
9898
}
9999
},
100100
{

0 commit comments

Comments
 (0)