From 287ff73c8bbd022e0178a58a194ae3c5e15e6e84 Mon Sep 17 00:00:00 2001 From: markjfine Date: Sat, 27 Mar 2021 20:03:05 -0400 Subject: [PATCH] Add files via upload --- cfg/config.json | 59 +++++++++++++++++++++++++++++++++++++++++++ cfg/stationLogos.json | 1 + 2 files changed, 60 insertions(+) create mode 100644 cfg/config.json create mode 100644 cfg/stationLogos.json diff --git a/cfg/config.json b/cfg/config.json new file mode 100644 index 0000000..52d845b --- /dev/null +++ b/cfg/config.json @@ -0,0 +1,59 @@ +{ + "CfgVersion": "1.1.0", + "WindowX": 831, + "WindowY": 335, + "Width": 490, + "Height": 771, + "Frequency": 88.1, + "Stream": 1, + "Gain": 0.0, + "AutoGain": true, + "PPMError": 0, + "RTL": 0, + "LogToFile": false, + "Bookmarks": [], + "MapData": { + "mapMode": 1, + "mapTiles": [ + [ + 0, + 0, + 0 + ], + [ + 0, + 0, + 0 + ], + [ + 0, + 0, + 0 + ] + ], + "mapComplete": false, + "weatherTime": 0, + "weatherPos": [ + 0, + 0, + 0, + 0 + ], + "weatherNow": "", + "weatherID": "", + "viewerConfig": { + "mode": 1, + "animate": false, + "scale": true, + "windowPos": [ + 0, + 0 + ], + "windowSize": [ + 764, + 632 + ], + "animationSpeed": 0.5 + } + } +} \ No newline at end of file diff --git a/cfg/stationLogos.json b/cfg/stationLogos.json new file mode 100644 index 0000000..9e26dfe --- /dev/null +++ b/cfg/stationLogos.json @@ -0,0 +1 @@ +{} \ No newline at end of file