mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
fix(service): increase config wait time (#3006)
Signed-off-by: James Rich <2199651+jamesarich@users.noreply.github.com>
This commit is contained in:
parent
188f60ada6
commit
8e66360b60
1 changed files with 1 additions and 1 deletions
|
|
@ -201,7 +201,7 @@ class MeshService :
|
|||
|
||||
private const val CONFIG_ONLY_NONCE = 69420
|
||||
private const val NODE_INFO_ONLY_NONCE = 69421
|
||||
private const val CONFIG_WAIT_MS = 50L
|
||||
private const val CONFIG_WAIT_MS = 250L
|
||||
}
|
||||
|
||||
private var previousSummary: String? = null
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue