mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-03 21:53:55 -04:00
remove is_router
This commit is contained in:
@@ -108,7 +108,6 @@ class UIViewModel @Inject constructor(
|
||||
radioConfig.value?.preferences?.let {
|
||||
if (it.positionBroadcastSecs > 0) return it.positionBroadcastSecs
|
||||
// These default values are borrowed from the device code.
|
||||
if (it.isRouter) return 60 * 60
|
||||
return 15 * 60
|
||||
}
|
||||
return null
|
||||
|
||||
Reference in New Issue
Block a user