mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-07-03 14:06:34 +02:00
fix(service): increase config wait time (#3006)
Signed-off-by: James Rich <2199651+jamesarich@users.noreply.github.com>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user