mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
undo 365da25 & update curfirmwareversion.xml
This commit is contained in:
parent
5bd47a754f
commit
6f719f3111
2 changed files with 4 additions and 3 deletions
|
|
@ -499,7 +499,7 @@ class SettingsFragment : ScreenFragment("Settings"), Logging {
|
|||
if (model.isConnected.value == MeshService.ConnectionState.CONNECTED && info != null && info.shouldUpdate && info.couldUpdate && service != null) {
|
||||
binding.updateFirmwareButton.visibility = View.VISIBLE
|
||||
binding.updateFirmwareButton.text =
|
||||
getString(R.string.update_to).format(getString(R.string.cur_firmware_version))
|
||||
getString(R.string.update_to).format(getString(R.string.short_firmware_version))
|
||||
|
||||
val progress = service.updateStatus
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue