Skip to content

Commit

Permalink
Add warnings to depricated scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
svpcom committed Jun 23, 2019
1 parent 7db7715 commit b0b88d7
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,4 @@ gs.key
drone.key
wfb_keygen
telemetry/conf/site.cfg
telemetry/conf/local.cfg
7 changes: 7 additions & 0 deletions scripts/rx_standalone.sh
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
8 changes: 8 additions & 0 deletions scripts/tx_standalone.sh
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit b0b88d7

Please sign in to comment.