aboutsummaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorLuke Berndt <lukekb@gmail.com>2022-03-06 10:26:03 -0500
committerLuke Berndt <lukekb@gmail.com>2022-03-06 10:26:03 -0500
commit79e50e2d0f426f3a25db5893cd33df333c35e63d (patch)
treea4c3189d0a8d26cd4aaaf2ef11f50dd3a01fabff /examples
parent3f10740e142afd1a45082cf08fe0de30a97de326 (diff)
cleaned up formatting
Diffstat (limited to 'examples')
-rw-r--r--examples/config-frs-single.json41
-rw-r--r--examples/config-frs.json34
2 files changed, 37 insertions, 38 deletions
diff --git a/examples/config-frs-single.json b/examples/config-frs-single.json
index 702229a9..c338c3ec 100644
--- a/examples/config-frs-single.json
+++ b/examples/config-frs-single.json
@@ -1,25 +1,24 @@
{
"ver": 2,
- "sources": [{
- "center": 462500000,
- "rate": 2048000,
- "error": 0,
- "gain": 36,
- "debugRecorders": 0,
- "digitalRecoders": 5,
- "driver": "osmosdr"
- }
+ "sources": [
+ {
+ "center": 462500000,
+ "rate": 2048000,
+ "error": 0,
+ "gain": 36,
+ "debugRecorders": 0,
+ "digitalRecoders": 0,
+ "driver": "osmosdr"
+ }
],
"systems": [
- {
- "type": "conventional",
- "channels": [462562500 ],
- "callLog": true,
- "digitalLevels": 14,
- "squelch": -20
- }
- ],
- "controlWarnRate": 5,
- "callTimeout": 0.75
-
- }
+ {
+ "type": "conventional",
+ "channels": [
+ 462562500
+ ],
+ "callLog": true,
+ "squelch": -20
+ }
+ ]
+} \ No newline at end of file
diff --git a/examples/config-frs.json b/examples/config-frs.json
index 2fdf99ed..6508ea63 100644
--- a/examples/config-frs.json
+++ b/examples/config-frs.json
@@ -1,22 +1,22 @@
{
"ver": 2,
- "sources": [{
- "center": 462500000,
- "rate": 2048000,
- "error": 0,
- "gain": 36,
- "debugRecorders": 0,
- "digitalRecoders": 0,
- "driver": "osmosdr"
- }
+ "sources": [
+ {
+ "center": 462500000,
+ "rate": 2048000,
+ "error": 0,
+ "gain": 36,
+ "debugRecorders": 0,
+ "digitalRecoders": 0,
+ "driver": "osmosdr"
+ }
],
"systems": [
- {
- "type": "conventional",
- "channelFile": "channel.csv",
- "callLog": true,
- "squelch": -20
- }
+ {
+ "type": "conventional",
+ "channelFile": "channel.csv",
+ "callLog": true,
+ "squelch": -20
+ }
]
-
- }
+} \ No newline at end of file