v1.1.2
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
/diagpage (regressed in 1.1.1). The portal
extraction dropped it; it's re-registered by thedb_portaladapter — 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
/consolevia shared core. The generic firmware-log page now comes from
dragon-coredc_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-corev0.5.4 → v0.6.0. Brings the core/consolepage, plus
dc_uisetup-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/diagpage instead of the USBtools/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 |