mirror of
https://github.com/mikecarper/MeshCore.git
synced 2026-07-28 15:19:20 +00:00
Second-channel pipeline for mqtt-observer-plus, mirroring build-observer-firmwares.yml with full channel isolation: - rolling tag observer-mqtt-plus-latest (never shared: per-tag asset pruning would cross-delete on a shared tag) - FIRMWARE_VERSION v1.16.0-plus, separate build counter - OTA_MANIFEST_BASE overridden to /v-plus at build time so device pull-OTA can never hop a plus node back onto the stable channel (env build flags append after ini flags, so the override wins — verified in the binary) Not enabled: workflow_dispatch only (push trigger staged in comments), and the flasher-repo sync is gated behind SYNC_FLASHER=false with a fail-closed guard so a premature enable cannot clobber the stable config.json. The header documents the flasher-side prerequisites (channel-aware update-firmware.py, SPA channel picker, v-plus manifests, plus changelog). Manual dispatch already works for publishing hand-flashable test builds to the release page.