From 6a4826f9d965ba04738085602e80a867c78c81f1 Mon Sep 17 00:00:00 2001 From: Jonathan McCrohan Date: Wed, 15 Oct 2014 00:54:11 +0100 Subject: Imported Upstream version 0+git20141009.d26b627 --- dvb-t/se-Bottnaryd_Ryd | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) (limited to 'dvb-t/se-Bottnaryd_Ryd') diff --git a/dvb-t/se-Bottnaryd_Ryd b/dvb-t/se-Bottnaryd_Ryd index 88545b4..2bb99ec 100644 --- a/dvb-t/se-Bottnaryd_Ryd +++ b/dvb-t/se-Bottnaryd_Ryd @@ -1,3 +1,14 @@ # Sweden - Bottnaryd/Ryd # T freq bw fec_hi fec_lo mod transmission-mode guard-interval hierarchy -T 674000000 8MHz 2/3 NONE QAM64 8k 1/8 NONE +[CHANNEL] + DELIVERY_SYSTEM = DVBT + FREQUENCY = 674000000 + BANDWIDTH_HZ = 8000000 + CODE_RATE_HP = 2/3 + CODE_RATE_LP = NONE + MODULATION = QAM/64 + TRANSMISSION_MODE = 8K + GUARD_INTERVAL = 1/8 + HIERARCHY = NONE + INVERSION = AUTO + -- cgit v1.2.3 /option> nyancat Debian packagingJonathan McCrohan
summaryrefslogtreecommitdiffstats
path: root/debian/nyancat.install (unfollow)
AgeCommit message (Collapse)AuthorFilesLines
2013-06-04New upstream snapshotJonathan McCrohan1-1/+5
2013-05-20Version bumpKevin Lange2-1/+6
2013-05-20Rename animation.h to animation.cKevin Lange2-1/+1
This fixes a meta-bug with github showing nyancat as being Objective C.
2013-03-30Bump S-V to 3.9.4Jonathan McCrohan2-1/+8
2013-03-26Remove legacy toaruos compatibilityKevin Lange1-24/+2
2013-03-14Release 1.1+git20130307.43097eb-1debian/1.1+git20130307.43097eb-1Jonathan McCrohan1-2/+2
2013-03-14Update changelog regarding 1.1+git20130307.43097eb-1Jonathan McCrohan1-0/+11
2013-03-07Ah, right, yes.Kevin Lange1-2/+3
2013-03-07Hm, or not.Kevin Lange1-2/+0
2013-03-07Reset alarm before setting to 2secsKevin Lange1-0/+2
2013-03-07Set alarm for extended options.Kevin Lange1-2/+2
Instead of clearing the alarm, set it to two seconds; Previously, this could, potentially, not finish at all on some telnet clients, which is definitely bad. This is a reasonable workaround.