From 3bbc2cf4a19ce480c51297137a77f81bb622f149 Mon Sep 17 00:00:00 2001 From: Garth Vander Houwen Date: Tue, 28 Mar 2023 06:51:41 -0700 Subject: [PATCH] Fix interval enum --- Meshtastic/Enums/IntervalEnums.swift | 1 - 1 file changed, 1 deletion(-) diff --git a/Meshtastic/Enums/IntervalEnums.swift b/Meshtastic/Enums/IntervalEnums.swift index 7e73f7f7..8a36933a 100644 --- a/Meshtastic/Enums/IntervalEnums.swift +++ b/Meshtastic/Enums/IntervalEnums.swift @@ -88,7 +88,6 @@ enum SenderIntervals: Int, CaseIterable, Identifiable { enum UpdateIntervals: Int, CaseIterable, Identifiable { - case fiveSeconds = 5 case tenSeconds = 10 case fifteenSeconds = 15 case thirtySeconds = 30