Add warnings to depricated scripts

This commit is contained in:
Vasily Evseenko 2019-06-23 16:31:20 +03:00
parent 7db7715eae
commit b0b88d7ac3
3 changed files with 16 additions and 0 deletions

1
.gitignore vendored
View File

@ -12,3 +12,4 @@ gs.key
drone.key
wfb_keygen
telemetry/conf/site.cfg
telemetry/conf/local.cfg

View File

@ -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"

View File

@ -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"