diff --git a/hm-pktfwd/reset_lgw.sh b/hm-pktfwd/reset_lgw.sh index 27bf7ee..627b5a1 100755 --- a/hm-pktfwd/reset_lgw.sh +++ b/hm-pktfwd/reset_lgw.sh @@ -21,7 +21,7 @@ if [ -z "$2" ]; then echo "CONCENTRATOR_RESET_PIN parameter not passed in, using value from the environment (val=${CONCENTRATOR_RESET_PIN})" else - CONCENTRATOR_RESET_PIN=$2 + CONCENTRATOR_RESET_PIN=25 fi WAIT_GPIO() { @@ -72,4 +72,4 @@ case "$1" in ;; esac -exit 0 \ No newline at end of file +exit 0