Skip to content

Commit 145c3e7

Browse files
committed
feat: populate Open Sauce 2026 event firmware
The Open Sauce edition shipped with null firmware (coming soon). Fill in the customized build (v2.7.26.004b486, from the event/opensauce2026 branch), release notes, and theme name/tagline so the web-flasher serves a flashable build for opensauce.meshtastic.org.
1 parent 2b8606f commit 145c3e7

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

data/eventFirmware.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -50,19 +50,19 @@
5050
{ "label": "Event Website", "url": "https://opensauce.com" }
5151
],
5252
"theme": {
53-
"name": null,
54-
"tagline": null,
53+
"name": "Makers & Mesh",
54+
"tagline": "Where makers, science, and mesh collide.",
5555
"colors": { "primary": "#E94F1D", "secondary": null, "accent": null },
5656
"palette": ["#E94F1D"],
5757
"fonts": null
5858
},
5959
"firmware": {
6060
"slug": "opensauce2026",
61-
"version": null,
62-
"id": null,
63-
"title": null,
64-
"zipUrl": null,
65-
"releaseNotes": null
61+
"version": "2.7.26.004b486",
62+
"id": "v2.7.26.004b486",
63+
"title": "Meshtastic Firmware 2.7.26.004b486",
64+
"zipUrl": "https://github.com/meshtastic/meshtastic.github.io/raw/master/event/opensauce2026/firmware-2.7.26.004b486.zip",
65+
"releaseNotes": "## Welcome to Open Sauce 2026! 🔧\n\nThis firmware has been customized for Open Sauce 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 Open Sauce mode.\n\n**Happy meshing from San Mateo!**"
6666
}
6767
},
6868
{

0 commit comments

Comments
 (0)