Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update configs for missing options #357

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions configs/rpt/simpleusb.conf
Original file line number Diff line number Diff line change
Expand Up @@ -67,11 +67,15 @@ carrierfrom = usbinvert ; no,usb,usbinvert
; no - no carrier detection at all
; usb - from the COR line on the USB sound fob (Active high)
; usbinvert - from the inverted COR line on the USB sound fob (Active low)
; pp - from parallel port (Active high)
; ppinvert - from the inverted parallel port (Active low)

ctcssfrom = usbinvert ; no,usb,usbinvert
; no - CTCSS decoding, system will be carrier squelch
; usb - CTCSS decoding using input from USB sound fob (Active high)
; usbinvert - from the inverted CTCSS line on the USB sound fob (Active low)
; pp - from parallel port (Active high)
; ppinvert - from the inverted parallel port (Active low)

deemphasis = no ; enable de-emphasis (input from discriminator)

Expand Down
4 changes: 4 additions & 0 deletions configs/rpt/usbradio.conf
Original file line number Diff line number Diff line change
Expand Up @@ -80,13 +80,17 @@ carrierfrom = dsp ; no,usb,usbinvert,dsp,vox
; usbinvert - from the inverted COR line on the USB sound fob (Active low)
; dsp - from RX noise using DSP techniques
; vox - voice activated from RX audio
; pp - from parallel port (Active high)
; ppinvert - from the inverted parallel port (Active low)

ctcssfrom = dsp ; no,usb,usbinvert,dsp
; no - no CTCSS decoding, system will be carrier squelch
; usb - from the CTCSS line on the USB sound fob (Active high)
; usbinvert - from the inverted CTCSS line on the USB sound fob (Active low)
; dsp - CTCSS decoding using RX audio in DSP.
; rxdemod option must be set to flat for this to work.
; pp - from parallel port (Active high)
; ppinvert - from the inverted parallel port (Active low)

rxdemod = flat ; input type from radio: no,speaker,flat
; no - RX audio input not used
Expand Down
4 changes: 4 additions & 0 deletions configs/samples/simpleusb.conf.sample
Original file line number Diff line number Diff line change
Expand Up @@ -49,11 +49,15 @@
; no - no carrier detection at all
; usb - from the COR line on the USB sound fob (Active high)
; usbinvert - from the inverted COR line on the USB sound fob (Active low)
; pp - from parallel port (Active high)
; ppinvert - from the inverted parallel port (Active low)

;ctcssfrom = usbinvert ; no,usb,usbinvert
; no - CTCSS decoding, system will be carrier squelch
; usb - CTCSS decoding using input from USB sound fob (Active high)
; usbinvert - from the inverted CTCSS line on the USB sound fob (Active low)
; pp - from parallel port (Active high)
; ppinvert - from the inverted parallel port (Active low)

;deemphasis = no ; enable de-emphasis (input from discriminator)

Expand Down
4 changes: 4 additions & 0 deletions configs/samples/usbradio.conf.sample
Original file line number Diff line number Diff line change
Expand Up @@ -66,13 +66,17 @@
; usbinvert - from the inverted COR line on the USB sound fob (Active low)
; dsp - from RX noise using DSP techniques
; vox - voice activated from RX audio
; pp - from parallel port (Active high)
; ppinvert - from the inverted parallel port (Active low)

;ctcssfrom = dsp ; no,usb,usbinvert,dsp
; no - no CTCSS decoding, system will be carrier squelch
; usb - from the CTCSS line on the USB sound fob (Active high)
; usbinvert - from the inverted CTCSS line on the USB sound fob (Active low)
; dsp - CTCSS decoding using RX audio in DSP.
; rxdemod option must be set to flat for this to work.
; pp - from parallel port (Active high)
; ppinvert - from the inverted parallel port (Active low)

;rxdemod = flat ; input type from radio: no,speaker,flat
; no - RX audio input not used
Expand Down