mirror of
https://github.com/meshtastic/Meshtastic-Apple.git
synced 2026-04-20 22:13:56 +00:00
5 Minutes pax
This commit is contained in:
parent
a42f9ed91a
commit
367209dcff
1 changed files with 1 additions and 1 deletions
|
|
@ -32,7 +32,7 @@ struct PaxCounterConfig: View {
|
|||
if enabled {
|
||||
Picker("config.module.paxcounter.updateinterval", selection: $paxcounterUpdateInterval) {
|
||||
ForEach(UpdateIntervals.allCases) { at in
|
||||
if at.rawValue >= 5 {
|
||||
if at.rawValue >= 300 {
|
||||
Text(at.description)
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue