Skip to content

Commit

Permalink
bump to v1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Mickael committed May 3, 2021
1 parent 7299e63 commit a215bd5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions ap_sta_config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ GREEN='\033[1;32m'
RED='\033[1;31m'

_welcome() {
VERSION="1.5"
VERSION="1.6"
echo -e "${RASPBERRY}\n"
echo -e " "
echo -e " /888888 /8888888 /888888 /88888888 /888888 "
Expand Down Expand Up @@ -374,6 +374,5 @@ fi

if test true != "${STA_ONLY}"; then
sleep(8)
# /bin/bash ~/ap_sta_cron.sh
curl https://raw.githubusercontent.com/MkLHX/AP_STA_RPI_SAME_WIFI_CHIP/master/ap_sta_cron.sh | bash -s --
fi

0 comments on commit a215bd5

Please sign in to comment.