From 6fbb3f35c027484d7584ff7dc63deb2076ff9d1d Mon Sep 17 00:00:00 2001 From: Mason10198 <31994327+Mason10198@users.noreply.github.com> Date: Tue, 13 Jun 2023 20:48:28 -0500 Subject: [PATCH] Update config.ini & README.md --- README.md | 2 +- config.ini | 10 +++++++--- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index cd88e08..a946425 100644 --- a/README.md +++ b/README.md @@ -54,7 +54,7 @@ Follow the steps below to install: ```bash apt update apt upgrade - apt install python3 python3-pip ffmpeg + apt install git python3 python3-pip ffmpeg pip3 install requests python-dateutil pydub ``` diff --git a/config.ini b/config.ini index 4019920..e3e9d26 100644 --- a/config.ini +++ b/config.ini @@ -37,9 +37,11 @@ BlockedEvents = ; Tail message settings [Tailmessage] +; REQUIRES SETUP IN RPT.CONF FIRST +; REFER TO README.MD FOR MORE INFO ; Enable building of tail message ; Either True or False -Enable = True +Enable = False ; Optional alternate path & filename where tail message should be saved ; Default is SkywarnPlus/SOUNDS/wx-tail.wav @@ -48,9 +50,11 @@ Enable = True ; Courtesy tone settings [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 -Enable = True +Enable = False ; Optional alternate directory where tone files are located ; Default is SkywarnPlus/SOUNDS/TONES