From 6ced9b15c31c54f9c4608711b1df62bba6eb7483 Mon Sep 17 00:00:00 2001 From: Armand Prioreschi Date: Fri, 7 Jun 2024 21:30:13 +0200 Subject: [PATCH 1/2] Update france.json Add DVB-T (TNT) band, from 470 to 694 MHz --- root/res/bandplans/france.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/root/res/bandplans/france.json b/root/res/bandplans/france.json index d1fe373d..1bfcb59f 100644 --- a/root/res/bandplans/france.json +++ b/root/res/bandplans/france.json @@ -4,6 +4,8 @@ "country_code": "FR", "author_name": "Fred F4EED", "author_url": "http://f4eed.wordpress.com", + "author_name": "Armand31", + "author_url": "https://github.com/Armand31" "bands": [ { "name": "137KHz - Radioamateur", @@ -420,6 +422,12 @@ "start": 446000000, "end": 446200000 }, + { + "name": "TNT (DVB-T)", + "type": "broadcast", + "start": 470000000, + "end": 694000000 + } { "name": "23cm - Radioamateur", "type": "amateur", From 89e6e4f7adc27c77b58fd6220ba6a0fbc2d5b02e Mon Sep 17 00:00:00 2001 From: Armand Prioreschi Date: Fri, 7 Jun 2024 22:13:55 +0200 Subject: [PATCH 2/2] Update france.json --- root/res/bandplans/france.json | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/root/res/bandplans/france.json b/root/res/bandplans/france.json index 1bfcb59f..cd69b750 100644 --- a/root/res/bandplans/france.json +++ b/root/res/bandplans/france.json @@ -2,10 +2,8 @@ "name": "France", "country_name": "France", "country_code": "FR", - "author_name": "Fred F4EED", - "author_url": "http://f4eed.wordpress.com", - "author_name": "Armand31", - "author_url": "https://github.com/Armand31" + "author_name": "Fred F4EED, Armand31", + "author_url": "http://f4eed.wordpress.com, https://github.com/Armand31", "bands": [ { "name": "137KHz - Radioamateur",