From 2058744f8d4bc6057835e7206b0b61fc7f61ff14 Mon Sep 17 00:00:00 2001 From: Nathan Campbell Date: Sat, 1 Jul 2023 12:41:50 -0700 Subject: [PATCH] Update README.md DTMF > skydescribe update. Command examples didn't specify python3 run folder; wasn't working without on hamvoip. --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 4458dcd..2ff5176 100644 --- a/README.md +++ b/README.md @@ -443,15 +443,15 @@ For added flexibility, `SkyDescribe.py` can also be linked to DTMF commands, all ```ini ; SkyDescribe DTMF Commands -841 = cmd,/usr/local/bin/SkywarnPlus/SkyDescribe.py 1 ; SkyDescribe the 1st alert -842 = cmd,/usr/local/bin/SkywarnPlus/SkyDescribe.py 2 ; SkyDescribe the 2nd alert -843 = cmd,/usr/local/bin/SkywarnPlus/SkyDescribe.py 3 ; SkyDescribe the 3rd alert -844 = cmd,/usr/local/bin/SkywarnPlus/SkyDescribe.py 4 ; SkyDescribe the 4th alert -845 = cmd,/usr/local/bin/SkywarnPlus/SkyDescribe.py 5 ; SkyDescribe the 5th alert -846 = cmd,/usr/local/bin/SkywarnPlus/SkyDescribe.py 6 ; SkyDescribe the 6th alert -847 = cmd,/usr/local/bin/SkywarnPlus/SkyDescribe.py 7 ; SkyDescribe the 7th alert -848 = cmd,/usr/local/bin/SkywarnPlus/SkyDescribe.py 8 ; SkyDescribe the 8th alert -849 = cmd,/usr/local/bin/SkywarnPlus/SkyDescribe.py 9 ; SkyDescribe the 9th alert +841 = cmd,/usr/bin/python3 /usr/local/bin/SkywarnPlus/SkyDescribe.py 1 ; SkyDescribe the 1st alert +842 = cmd,/usr/bin/python3 /usr/local/bin/SkywarnPlus/SkyDescribe.py 2 ; SkyDescribe the 2nd alert +843 = cmd,/usr/bin/python3 /usr/local/bin/SkywarnPlus/SkyDescribe.py 3 ; SkyDescribe the 3rd alert +844 = cmd,/usr/bin/python3 /usr/local/bin/SkywarnPlus/SkyDescribe.py 4 ; SkyDescribe the 4th alert +845 = cmd,/usr/bin/python3 /usr/local/bin/SkywarnPlus/SkyDescribe.py 5 ; SkyDescribe the 5th alert +846 = cmd,/usr/bin/python3 /usr/local/bin/SkywarnPlus/SkyDescribe.py 6 ; SkyDescribe the 6th alert +847 = cmd,/usr/bin/python3 /usr/local/bin/SkywarnPlus/SkyDescribe.py 7 ; SkyDescribe the 7th alert +848 = cmd,/usr/bin/python3 /usr/local/bin/SkywarnPlus/SkyDescribe.py 8 ; SkyDescribe the 8th alert +849 = cmd,/usr/bin/python3 /usr/local/bin/SkywarnPlus/SkyDescribe.py 9 ; SkyDescribe the 9th alert ``` ## **NOTE:** @@ -540,4 +540,4 @@ Created by Mason Nelson (N5LSN/WRKF394) Audio Library voiced by Rachel Nelson Skywarn® and the Skywarn® logo are registered trademarks of the National -Oceanic and Atmospheric Administration, used with permission. \ No newline at end of file +Oceanic and Atmospheric Administration, used with permission.