tweaked help

pull/1/head
Tom Early 10 years ago
parent 6392d75aac
commit 153c8d7035

@ -7,24 +7,29 @@ probably will be) then you only need to specify what you need to change.
This means that for most users, you will only need to specify a few This means that for most users, you will only need to specify a few
parameters. For example, if you want to set up a 2M dvap, your a working parameters. For example, if you want to set up a 70cm dvap, your a working
configuration file might be: configuration file might be:
------------------------------------------------------------------- -------------------------------------------------------------------
# my configuration, using rr.openquad.net with my DVAP Dongle # my configuration, using rr.openquad.net with my DVAP Dongle
# on startup link module b to REF020C
ircddb = { ircddb = {
login = "XX0XXX" login = "XX0XXX"
} }
module = { module = {
c = { b = {
type = "dvap" type = "dvap"
frequency = 146.55 frequency = 445.474
serial_number = "AP123456" serial_number = "AP123456"
} }
} }
g2_link {
link_at_start = "CREF020A"
}
------------------------------------------------------------------- -------------------------------------------------------------------
Of course, you can add other parameters, such as latitude and longitude, Of course, you can add other parameters, such as latitude and longitude,

@ -22,3 +22,8 @@ module = {
# desc2 = "location2" // up to 20 chars # desc2 = "location2" // up to 20 chars
} }
} }
g2_link = {
# link to the reflector of your choice. the first character is the module you are linking.
# link_at_start = "CREF001C"
}

Loading…
Cancel
Save

Powered by TurnKey Linux.