mirror of
https://github.com/BOSWatch/BW3-Core.git
synced 2026-04-06 06:43:54 +00:00
Merge fe48da9c63 into 22f1b7dc29
This commit is contained in:
commit
3d8a835aef
5 changed files with 71 additions and 17 deletions
|
|
@ -16,7 +16,7 @@ client:
|
|||
sendDelay: 3 # time in seconds to delay the resend try
|
||||
|
||||
server: # only used if useBroadcast = no
|
||||
ip: 127.0.0.1
|
||||
ip: 127.0.0.1 # use service name if you are running docker
|
||||
port: 8080
|
||||
|
||||
inputSource:
|
||||
|
|
@ -27,7 +27,7 @@ inputSource:
|
|||
squelch: 1
|
||||
gain: 100
|
||||
#fir_size: 0
|
||||
rtlPath: /usr/local/bin/rtl_fm
|
||||
rtlPath: /opt/rtl_sdr/rtl_fm
|
||||
lineIn:
|
||||
card: 1
|
||||
device: 0
|
||||
|
|
@ -38,5 +38,5 @@ decoder:
|
|||
poc512: yes
|
||||
poc1200: yes
|
||||
poc2400: yes
|
||||
Path: /opt/multimon/multimon-ng
|
||||
path: /opt/multimon/multimon-ng
|
||||
char: DE
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue