feat(nodes): display firmware details and release notes (#2489)

Signed-off-by: James Rich <2199651+jamesarich@users.noreply.github.com>
This commit is contained in:
James Rich 2025-07-21 15:34:13 -05:00 committed by GitHub
parent debc684dda
commit 7120b4b476
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 703 additions and 579 deletions

File diff suppressed because it is too large Load diff

View file

@ -797,4 +797,10 @@
<string name="ble_devices">BLE Devices</string>
<string name="routing_error_rate_limit_exceeded">Rate Limit Exceeded. Please try again later.</string>
<string name="view_release">View Release</string>
<string name="download">Download</string>
<string name="installed_firmware_version">Currently Installed</string>
<string name="latest_stable_firmware">Latest stable</string>
<string name="latest_alpha_firmware">Latest alpha</string>
<string name="supported_by_community">Supported by Meshtastic Community</string>
</resources>