feat: update DEF CON 34 firmware to 2.8.0.8adc7c3 - #111
Conversation
Point the DEFCON edition at the newly published build at meshtastic.github.io/event/defcon34/firmware-2.8.0.8adc7c3, keeping the served manifest in sync with the web-flasher's bundled fallback copy. 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.
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (1)
📝 WalkthroughWalkthroughThe DEF CON 34 firmware entry now references build ChangesDEF CON 34 firmware
Estimated code review effort: 1 (Trivial) | ~2 minutes Possibly related PRs
Suggested reviewers: Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
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. Comment |
Points the DEF CON 34 edition at the newly published build:
event/defcon34/firmware-2.8.0.8adc7c3(was2.8.0.b00d76f).version/id/title/zipUrlbumped to2.8.0.8adc7c3## Welcome to DEF CON 34! 💀exactly like every other edition's doThe
slugstaysdefcon34, so the flasher's derived pathevent/{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 fromraw.githubusercontent.com.Companion PR keeps the API manifest and the flasher's bundled fallback copy in sync.
Note (pre-existing, not changed here): the
zipUrlconvention —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