From b0b88d7ac3f2a30ad795c009cb15c3626ce77339 Mon Sep 17 00:00:00 2001 From: Vasily Evseenko Date: Sun, 23 Jun 2019 16:31:20 +0300 Subject: [PATCH] Add warnings to depricated scripts --- .gitignore | 1 + scripts/rx_standalone.sh | 7 +++++++ scripts/tx_standalone.sh | 8 ++++++++ 3 files changed, 16 insertions(+) diff --git a/.gitignore b/.gitignore index d8a35956..d7d49eda 100644 --- a/.gitignore +++ b/.gitignore @@ -12,3 +12,4 @@ gs.key drone.key wfb_keygen telemetry/conf/site.cfg +telemetry/conf/local.cfg diff --git a/scripts/rx_standalone.sh b/scripts/rx_standalone.sh index 8d3ab9ba..33e0c2a3 100755 --- a/scripts/rx_standalone.sh +++ b/scripts/rx_standalone.sh @@ -1,5 +1,12 @@ #!/bin/bash +#### +#### WARNING!!! +#### This script is depricated and **not supported** by author! +#### I leave it only for reference for **developers**. +#### Use python services instead. +#### + WLANS=$@ BAND="5G" #BAND="2G" diff --git a/scripts/tx_standalone.sh b/scripts/tx_standalone.sh index 42ae5389..0edae22b 100755 --- a/scripts/tx_standalone.sh +++ b/scripts/tx_standalone.sh @@ -1,5 +1,13 @@ #!/bin/bash +#### +#### WARNING!!! +#### This script is depricated and **not supported** by author! +#### I leave it only for reference for **developers**. +#### Use python services instead. +#### + + WLAN=$1 BAND="5G"