Removed 1 minute frequency option

pull/2099/head
aaronrolls 2022-08-24 04:42:16 +00:00
parent 0751accf08
commit 04819fcfe1
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ var showMainMenu = () => {
},
"Frequency": {
value: settings.freq,
min: 0, max: 3,
min: 0, max: 2,
format: v => frequency[v],
onchange: v => {
settings.freq = v;