Remove specific presets and left an example file if needed for clients

This commit is contained in:
Logan Cusano
2023-07-22 01:29:47 -04:00
committed by logan
parent 4b86621626
commit 4ceb71bd84
2 changed files with 18 additions and 1 deletions

View File

@@ -1 +0,0 @@
{"Westchester Cty. Simulcast":{"frequencies":[470575000,470375000,470525000,470575000,470550000],"mode":"p25","trunkFile":"trunk.tsv"},"coppies":{"frequencies":[154690000],"mode":"nbfm","trunkFile":"none"},"asdadadadasd":{"frequencies":[123321000],"mode":"nbfm","trunkFile":"none"}}

View File

@@ -0,0 +1,18 @@
{
"Default P25 System Name": {
"frequencies": [
155344000,
155444000,
155555000
],
"mode": "p25",
"trunkFile": "trunk.tsv"
},
"Default NBFM System": {
"frequencies": [
154690000
],
"mode": "nbfm",
"trunkFile": "none"
}
}