From 71d815cf084b57fca6d922154b0840ae7765c169 Mon Sep 17 00:00:00 2001 From: Jakob Ketterl Date: Thu, 3 Oct 2019 23:35:36 +0200 Subject: [PATCH] trim config --- config_webrx.py | 5 ----- 1 file changed, 5 deletions(-) diff --git a/config_webrx.py b/config_webrx.py index 882dfe3..5613d39 100644 --- a/config_webrx.py +++ b/config_webrx.py @@ -42,11 +42,8 @@ max_clients = 20 receiver_name = "[Callsign]" receiver_location = "Budapest, Hungary" receiver_asl = 200 -receiver_ant = "Longwire" -receiver_device = "RTL-SDR" receiver_admin = "example@example.com" receiver_gps = (47.000000, 19.000000) -photo_height = 350 photo_title = "Panorama of Budapest from Schönherz Zoltán Dormitory" photo_desc = """ You can add your own background photo and receiver information.
@@ -180,8 +177,6 @@ sdrs = { }, }, }, - # this one is just here to test feature detection - "test": {"type": "test"}, } # ==== Misc settings ====