From a6b5984dce448cd0363b5639d560024fb427f994 Mon Sep 17 00:00:00 2001 From: Jakob Ketterl Date: Sun, 29 Mar 2020 18:28:18 +0200 Subject: [PATCH] migrate to version 2 --- config_webrx.py | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/config_webrx.py b/config_webrx.py index 9f33171..de8b8e2 100644 --- a/config_webrx.py +++ b/config_webrx.py @@ -32,8 +32,11 @@ config_webrx: configuration options for OpenWebRX and use them for running your web service with OpenWebRX.) """ +# configuration version. please only modify if you're able to perform the associated migration steps. +version = 2 + # NOTE: you can find additional information about configuring OpenWebRX in the Wiki: -# https://github.com/simonyiszk/openwebrx/wiki +# https://github.com/jketterl/openwebrx/wiki/Configuration-guide # ==== Server settings ==== web_port = 8073 @@ -44,7 +47,7 @@ receiver_name = "[Callsign]" receiver_location = "Budapest, Hungary" receiver_asl = 200 receiver_admin = "example@example.com" -receiver_gps = (47.000000, 19.000000) +receiver_gps = { "lat": 47.000000, "lon": 19.000000) photo_title = "Panorama of Budapest from Schönherz Zoltán Dormitory" photo_desc = """ You can add your own background photo and receiver information.