aboutsummaryrefslogtreecommitdiffstats
path: root/dvb-t/fi-Saarijarvi
blob: 18c923f8d7b96054bf3b5895e5a8fc9a60862f41 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<
# 2014-04-18 Antti Palosaari <crope@iki.fi>
# generated from http://www.digita.fi/kuluttajat/tv/nakyvyysalueet/kanavanumerot_ja_taajuudet

[Saarijarvi]
	DELIVERY_SYSTEM = DVBT
	FREQUENCY = 682000000
	BANDWIDTH_HZ = 8000000

[Saarijarvi]
	DELIVERY_SYSTEM = DVBT
	FREQUENCY = 722000000
	BANDWIDTH_HZ = 8000000

[Saarijarvi]
	DELIVERY_SYSTEM = DVBT
	FREQUENCY = 570000000
	BANDWIDTH_HZ = 8000000

[Saarijarvi]
	DELIVERY_SYSTEM = DVBT
	FREQUENCY = 610000000
	BANDWIDTH_HZ = 8000000
ded - replace the "$Log..." with "" - remove all Log lines until "*/" - do some documentation (I know that real programmers write programs, not documentation) - use one or more of the example functions as templates for your own functions - register your new functions to the init() function, delete the sample ones - edit 'plugin.c', add a prototype and the call to your plugin_init_* function - edit 'Makefile.am' and add your 'plugin_*.c' to lcd4linux_SOURCES - compile and test with interactive mode ('-i') - send me a patch (or check in if you have developer CVS access) - enjoy