Skip to content

fix: use full application name instead of HW-Reg shorthand#681

Merged
BrentIO merged 1 commit into
mainfrom
fix/679
Jun 21, 2026
Merged

fix: use full application name instead of HW-Reg shorthand#681
BrentIO merged 1 commit into
mainfrom
fix/679

Conversation

@BrentIO

@BrentIO BrentIO commented Jun 21, 2026

Copy link
Copy Markdown
Owner

Summary

  • Change #define APPLICATION "HW-Reg" to #define APPLICATION "Hardware-Registration-and-Configuration" in the firmware
  • Update the CI version.json to use the same full name

Details

The spec example for applicationVersionInfo.application.name uses Hardware-Registration-and-Configuration. The firmware define and the CI-generated version.json were using the shorthand HW-Reg, creating a mismatch between what the device reports at runtime and what the spec documents.

APPLICATION_NAME ("Hardware Registration and Configuration") is unchanged — that is the separate human-readable display name.

Test plan

  • Confirm GET /api/version on HW-Reg returns application.name as Hardware-Registration-and-Configuration
  • Confirm CI-generated ui-dist/version.json contains "application":"Hardware-Registration-and-Configuration"

Closes #679

🤖 Generated with Claude Code

Change APPLICATION define and CI version.json to use the full name
Hardware-Registration-and-Configuration, matching the spec example
for applicationVersionInfo.application.name.

Closes #679

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@BrentIO BrentIO merged commit 69e139e into main Jun 21, 2026
2 checks passed
@BrentIO BrentIO deleted the fix/679 branch June 21, 2026 19:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

1 participant