From e44003907cc3472847463c68e65a982f690e842b Mon Sep 17 00:00:00 2001 From: Garth Vander Houwen Date: Sun, 18 Aug 2024 09:09:45 -0700 Subject: [PATCH] moor retry --- Meshtastic/Enums/RoutingError.swift | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Meshtastic/Enums/RoutingError.swift b/Meshtastic/Enums/RoutingError.swift index 3af6e9b2..108fedd2 100644 --- a/Meshtastic/Enums/RoutingError.swift +++ b/Meshtastic/Enums/RoutingError.swift @@ -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: