stable Release
A flow that provides the latest STABLE firmware release. It follows a "cache-then-network" strategy:
Immediately emits the cached version (if any).
If the cached version is stale, triggers a network fetch in the background.
Emits the updated version upon successful fetch. Collectors should use
.distinctUntilChanged()
to avoid redundant UI updates.