mirror of
https://github.com/meshtastic/Meshtastic-Apple.git
synced 2026-04-20 22:13:56 +00:00
moor retry
This commit is contained in:
parent
9f5414159b
commit
e44003907c
1 changed files with 2 additions and 2 deletions
|
|
@ -81,9 +81,9 @@ enum RoutingError: Int, CaseIterable, Identifiable {
|
|||
case .noInterface:
|
||||
return true
|
||||
case .maxRetransmit:
|
||||
return false
|
||||
return true
|
||||
case .noChannel:
|
||||
return false
|
||||
return true
|
||||
case .tooLarge:
|
||||
return false
|
||||
case .noResponse:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue