Skip to content

v1.1.2

Choose a tag to compare

@github-actions github-actions released this 10 Aug 14:50
· 8 commits to main since this release
5546496

Restores the /diag and /console pages dropped in 1.1.1, now split by where they
belong.
Diagnostics are device-specific, so /diag is product-local; the firmware
console is generic, so it moves to shared core.

Fixed

  • Restored the device-specific /diag page (regressed in 1.1.1). The portal
    extraction dropped it; it's re-registered by the db_portal adapter — a browser-side
    chamber/element(PTC)/SSR/fault logger with a live trend and CSV export over the
    read-only SSE stream (/api/v2/events), no USB needed.
  • Restored /console via shared core. The generic firmware-log page now comes from
    dragon-core dc_portal (GET /console + GET /api/v1/system/console), picked up
    by the re-pin below, instead of a product-local copy.

Changed

  • Re-pinned dragon-core v0.5.4 → v0.6.0. Brings the core /console page, plus
    dc_ui setup-note fixes: the Custom profiles card states profiles apply only in AUTO
    during a Bambu print, and the advanced max-temp "experts only" note points to the
    built-in /diag page instead of the USB tools/diag.py.

Install (no USB — recommended): on the stock Panda web UI ("Firmware Update"), upload dragonbreath-v1.1.2.bin. It installs as an app through the stock firmware's own OTA — the stock bootloader/partitions stay in place, so you can revert to Panda later over WiFi.
Update / revert (already on DragonBreath): upload dragonbreath-v1.1.2.bin via /fw; to return to Panda, upload your stock backup's app image via /fw.
Recovery only (USB): from a source checkout, python3 tools/flash.py (backs up stock first). The full/factory image is not published — build it locally if you need it.

Alpha/beta testers: if your unit was USB-flashed, restore your stock backup first, then install this via the stock updater — a stock-layout install can't be reached by OTA from a native-layout one.

asset purpose
dragonbreath-v1.1.2.bin application image — install via stock's OTA, or update/revert via /fw
manifest.json provenance (source SHA, ESP-IDF, vendored-core) + per-artifact SHA-256
SHA256SUMS.txt sha256sum -c SHA256SUMS.txt