From 2a7ab321c7e66ebcd7bae8daea550f4f19a833f3 Mon Sep 17 00:00:00 2001 From: Garth Vander Houwen Date: Sat, 10 Sep 2022 22:57:32 -0700 Subject: [PATCH] Default hops --- Meshtastic/Enums/LoraConfigEnums.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Meshtastic/Enums/LoraConfigEnums.swift b/Meshtastic/Enums/LoraConfigEnums.swift index 230bb764..572b4570 100644 --- a/Meshtastic/Enums/LoraConfigEnums.swift +++ b/Meshtastic/Enums/LoraConfigEnums.swift @@ -150,7 +150,7 @@ enum HopValues : Int, CaseIterable, Identifiable { case oneHop = 1 case twoHops = 2 - case threeHops = 0 + case threeHops = 3 case fourHops = 4 case fiveHops = 5 case sixHops = 6