Update config.ini & README.md

pull/1/head
Mason10198 3 years ago
parent 2c41009480
commit 6fbb3f35c0

@ -54,7 +54,7 @@ Follow the steps below to install:
```bash ```bash
apt update apt update
apt upgrade apt upgrade
apt install python3 python3-pip ffmpeg apt install git python3 python3-pip ffmpeg
pip3 install requests python-dateutil pydub pip3 install requests python-dateutil pydub
``` ```

@ -37,9 +37,11 @@ BlockedEvents =
; Tail message settings ; Tail message settings
[Tailmessage] [Tailmessage]
; REQUIRES SETUP IN RPT.CONF FIRST
; REFER TO README.MD FOR MORE INFO
; Enable building of tail message ; Enable building of tail message
; Either True or False ; Either True or False
Enable = True Enable = False
; Optional alternate path & filename where tail message should be saved ; Optional alternate path & filename where tail message should be saved
; Default is SkywarnPlus/SOUNDS/wx-tail.wav ; Default is SkywarnPlus/SOUNDS/wx-tail.wav
@ -48,9 +50,11 @@ Enable = True
; Courtesy tone settings ; Courtesy tone settings
[CourtesyTones] [CourtesyTones]
; Enable Automatic Courtesy Tones ; REQUIRES SETUP IN RPT.CONF FIRST
; REFER TO README.MD FOR MORE INFO
; Enable Automatic Courtesy Tone changing
; Either True or False ; Either True or False
Enable = True Enable = False
; Optional alternate directory where tone files are located ; Optional alternate directory where tone files are located
; Default is SkywarnPlus/SOUNDS/TONES ; Default is SkywarnPlus/SOUNDS/TONES

Loading…
Cancel
Save

Powered by TurnKey Linux.