Skip to content

feat: update DEF CON 34 firmware to 2.8.0.8adc7c3 - #388

Merged
thebentern merged 1 commit into
mainfrom
feat/defcon34-firmware-8adc7c3
Jul 29, 2026
Merged

feat: update DEF CON 34 firmware to 2.8.0.8adc7c3#388
thebentern merged 1 commit into
mainfrom
feat/defcon34-firmware-8adc7c3

Conversation

@thebentern

@thebentern thebentern commented Jul 29, 2026

Copy link
Copy Markdown
Contributor

Points the DEF CON 34 edition at the newly published build:
event/defcon34/firmware-2.8.0.8adc7c3 (was 2.8.0.b00d76f).

  • version / id / title / zipUrl bumped to 2.8.0.8adc7c3
  • Preview-build warning removed from the release notes — this is the real event build, so the notes now open with ## Welcome to DEF CON 34! 💀 exactly like every other edition's do

The slug stays defcon34, so the flasher's derived path event/{slug}/firmware-{version} resolves to the new directory. Verified live before opening: the manifest the flasher fetches (firmware-2.8.0.8adc7c3.json) and a sample device artifact (firmware-heltec-v3-2.8.0.8adc7c3.factory.bin) both return 200 from raw.githubusercontent.com.

Companion PR keeps the API manifest and the flasher's bundled fallback copy in sync.

Note (pre-existing, not changed here): the zipUrl convention — event/{slug}/firmware-{version}.zip — 404s for every edition, since github.io stores these builds as directories rather than a single zip. It's carried forward as-is; worth a separate cleanup if nothing consumes it.

Summary by CodeRabbit

  • Updates
    • Updated DEF CON 34 firmware metadata, including the version, identifier, title, and download link.
    • Refreshed the release notes to reflect the newer firmware and removed the preview-build notice.

Point the DEFCON edition at the newly published build at
meshtastic.github.io/event/defcon34/firmware-2.8.0.8adc7c3 (verified
present, including the firmware-2.8.0.8adc7c3.json manifest the flasher
fetches from event/{slug}/firmware-{version}).

Drop the preview-build warning from the release notes now that this is
the real event build — the notes now open the same way every other
edition's do.
@vercel

vercel Bot commented Jul 29, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
web-flasher Ready Ready Preview Jul 29, 2026 8:46pm

Request Review

@coderabbitai

coderabbitai Bot commented Jul 29, 2026

Copy link
Copy Markdown

Review Change Stack

📝 Walkthrough

Walkthrough

The DEF CON 34 firmware metadata now points to a newer firmware version and artifact, with updated identifiers, title, and release notes that remove the preview-build disclaimer.

Changes

DEF CON 34 firmware

Layer / File(s) Summary
Update firmware manifest
public/data/event_firmware.json
Updates the firmware version, ID, title, ZIP URL, and release notes for the DEF CON 34 edition.

Estimated code review effort: 1 (Trivial) | ~2 minutes

Possibly related PRs

Poem

A bunny hops through firmware bright,
New bytes sparkle in the light.
Preview notes are tucked away,
DEF CON builds are fresh today.
Zip links lead the eager hare—
Quick-start joy is everywhere!

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Title check ✅ Passed The title is concise and accurately summarizes the firmware update to DEF CON 34 build 2.8.0.8adc7c3.
Description check ✅ Passed The description clearly explains the change and verification, though it does not fully follow the template's checkbox sections.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@coderabbitai coderabbitai Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 1

🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

Inline comments:
In `@public/data/event_firmware.json`:
- Line 129: Update the DEF CON 34 firmware entry’s zipUrl to a verified,
reachable ZIP artifact, or publish the archive at the existing path before
merging. Validate the URL returns a successful download response and add
link-status validation for firmware download URLs to prevent future 404 entries.
🪄 Autofix (Beta)

Fix all unresolved CodeRabbit comments on this PR:

  • Push a commit to this branch (recommended)
  • Create a new PR with the fixes

ℹ️ Review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro Plus

Run ID: 4287cc0f-8c00-4ce9-acc9-4635b20f543f

📥 Commits

Reviewing files that changed from the base of the PR and between f7fbfea and 43da162.

📒 Files selected for processing (1)
  • public/data/event_firmware.json

"version": "2.8.0.8adc7c3",
"id": "v2.8.0.8adc7c3",
"title": "Meshtastic Firmware 2.8.0.8adc7c3",
"zipUrl": "https://github.com/meshtastic/meshtastic.github.io/raw/master/event/defcon34/firmware-2.8.0.8adc7c3.zip",

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🎯 Functional Correctness | 🟠 Major | ⚡ Quick win

Do not merge with a 404 firmware download URL.

The new zipUrl returns HTTP 404, so users cannot download the DEF CON 34 firmware. Publish the ZIP at this path or update zipUrl to the verified working artifact URL; add a link-status check to prevent recurrence.

🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

In `@public/data/event_firmware.json` at line 129, Update the DEF CON 34 firmware
entry’s zipUrl to a verified, reachable ZIP artifact, or publish the archive at
the existing path before merging. Validate the URL returns a successful download
response and add link-status validation for firmware download URLs to prevent
future 404 entries.

@thebentern
thebentern merged commit 9d9404f into main Jul 29, 2026
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant