mirror of
https://github.com/BOSWatch/BW3-Core.git
synced 2026-04-05 06:15:31 +00:00
add config for rtl and mm bin-path
This commit is contained in:
parent
247bc3b6eb
commit
2a139aeb29
3 changed files with 10 additions and 4 deletions
|
|
@ -46,16 +46,20 @@ Aktuell gibt es nur `sdr:` als Input Quelle
|
|||
|error|Frequenz Abweichung in ppm|0|
|
||||
|squelch|Einstellung der Rauschsperre|1|
|
||||
|gain|Verstärkung des Eingangssignals|100|
|
||||
|rtlPath|Pfad zur rtl_fm Binary|rtl_fm|
|
||||
|mmPath|Pfad zur multimon-ng Binary|multimon-ng|
|
||||
|
||||
**Beispiel:**
|
||||
```yaml
|
||||
inputSource:
|
||||
sdr:
|
||||
device: 0
|
||||
frequency: 85.000M
|
||||
frequency: 85M
|
||||
error: 0
|
||||
squelch: 1
|
||||
gain: 100
|
||||
rtlPath: /usr/bin/rtl-fm
|
||||
mmPath: /opt/multimon/multimon-ng
|
||||
```
|
||||
|
||||
---
|
||||
|
|
@ -124,4 +128,4 @@ router:
|
|||
---
|
||||
## Module/Plugins
|
||||
|
||||
Die möglichen Einstellungen der einzelnen Module und Plugins sind im jeweiligen Kapitel aufgelistet.
|
||||
Die möglichen Einstellungen der einzelnen Module und Plugins sind im jeweiligen Kapitel aufgelistet.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue