diff --git a/CONFIGURING b/CONFIGURING index 4f44f59..d9aacea 100644 --- a/CONFIGURING +++ b/CONFIGURING @@ -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 -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: ------------------------------------------------------------------- # my configuration, using rr.openquad.net with my DVAP Dongle +# on startup link module b to REF020C ircddb = { login = "XX0XXX" } module = { - c = { + b = { type = "dvap" - frequency = 146.55 + frequency = 445.474 serial_number = "AP123456" } } +g2_link { + link_at_start = "CREF020A" +} + ------------------------------------------------------------------- Of course, you can add other parameters, such as latitude and longitude, diff --git a/g2.dvap.cfg b/g2.dvap.cfg index ec6e107..265fc63 100644 --- a/g2.dvap.cfg +++ b/g2.dvap.cfg @@ -22,3 +22,8 @@ module = { # 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" +}