From 97d22ab1b9d91705534f6069d324212744241076 Mon Sep 17 00:00:00 2001 From: Ben Meadors Date: Mon, 27 Jul 2026 17:53:38 -0500 Subject: [PATCH] feat: wire in published DEF CON 34 firmware build MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The DEF CON 34 build has shipped to meshtastic.github.io/event/defcon34/firmware-2.8.0.b00d76f, so populate the edition's firmware block (version/id/title/zipUrl/releaseNotes) that was null ("coming soon"). Corrects the firmware slug from the provisional defcon2026 to the published defcon34 — the flasher derives event/{slug}/firmware-{version} from it, so it must match the real path. Release notes lead with a preview-build warning. --- data/eventFirmware.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/data/eventFirmware.json b/data/eventFirmware.json index 7ff029a..e75c013 100644 --- a/data/eventFirmware.json +++ b/data/eventFirmware.json @@ -122,12 +122,12 @@ "fonts": { "heading": "Lato", "body": "Atkinson Hyperlegible" } }, "firmware": { - "slug": "defcon2026", - "version": null, - "id": null, - "title": null, - "zipUrl": null, - "releaseNotes": null + "slug": "defcon34", + "version": "2.8.0.b00d76f", + "id": "v2.8.0.b00d76f", + "title": "Meshtastic Firmware 2.8.0.b00d76f", + "zipUrl": "https://github.com/meshtastic/meshtastic.github.io/raw/master/event/defcon34/firmware-2.8.0.b00d76f.zip", + "releaseNotes": "> ⚠️ **Preview Build:** This is a preview release for DEF CON 34 and may change before the event.\n\n## Welcome to DEF CON 34! 💀\n\nThis firmware has been customized for DEF CON 34 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 DEF CON mode.\n\n**Happy meshing from Las Vegas!**" } }, {