mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
fix new hwmodel based on testing with the simulator
This commit is contained in:
parent
483bd878ab
commit
fa17c4efe1
3 changed files with 14 additions and 14 deletions
|
|
@ -610,7 +610,7 @@ class SettingsFragment : ScreenFragment("Settings"), Logging {
|
|||
statusText.text = getString(R.string.must_set_region)
|
||||
|
||||
connected == MeshService.ConnectionState.CONNECTED -> {
|
||||
val fwStr = info?.firmwareString ?: ""
|
||||
val fwStr = info?.firmwareString ?: "unknown"
|
||||
statusText.text = getString(R.string.connected_to).format(fwStr)
|
||||
}
|
||||
connected == MeshService.ConnectionState.DISCONNECTED ->
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue