Skip to content

Show the Reflash version on the embedded screen - #97

Merged
eliasbakken merged 1 commit into
mainfrom
feature/screen-version-number
Aug 10, 2026
Merged

Show the Reflash version on the embedded screen#97
eliasbakken merged 1 commit into
mainfrom
feature/screen-version-number

Conversation

@eliasbakken

@eliasbakken eliasbakken commented Aug 10, 2026

Copy link
Copy Markdown
Contributor

Summary

  • The idle screen (logo + IP addresses) now also shows the running Reflash version below the IPs. The screen is sometimes the only information available to the user (e.g. no network yet), so it's worth surfacing without needing the web UI.
  • reflashVersion is fetched once at startup (ServerInit) and reused for the screen draw, rather than re-fetching on every draw.

Testing

  • go test ./... passes.
  • Live-tested on real hardware: deployed and visually confirmed the version now renders on the physical screen.

Closes #84

The screen is sometimes the only information available (e.g. before
the board has network connectivity) - show the running version below
the IP addresses on the idle screen so it's visible without the web
UI.

Closes #84
@eliasbakken
eliasbakken merged commit b13313b into main Aug 10, 2026
2 checks passed
@eliasbakken
eliasbakken deleted the feature/screen-version-number branch August 10, 2026 18:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add version number to the embedded screen

1 participant