mirror of
https://github.com/svpcom/wfb-ng.git
synced 2025-03-18 20:44:38 -03:00
Add warnings to depricated scripts
This commit is contained in:
parent
7db7715eae
commit
b0b88d7ac3
1
.gitignore
vendored
1
.gitignore
vendored
@ -12,3 +12,4 @@ gs.key
|
||||
drone.key
|
||||
wfb_keygen
|
||||
telemetry/conf/site.cfg
|
||||
telemetry/conf/local.cfg
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user