From 5cb1120bbf0ae6321b4dfbe26761008ac7eb8a68 Mon Sep 17 00:00:00 2001 From: Ray Ozzie Date: Sat, 16 Apr 2016 15:28:59 -0700 Subject: [PATCH] add gateway type --- run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run.sh b/run.sh index 9a0df15..471b837 100755 --- a/run.sh +++ b/run.sh @@ -185,7 +185,7 @@ elif [[ $GW_TYPE == "linklabs-dev" ]]; then gpio -1 write 29 1 sleep 0.1 gpio -1 write 29 0 -sleep 0.1 + sleep 0.1 else echo "ERROR: unrecognized GW_TYPE=$GW_TYPE" echo "See https://github.com/rayozzie/ttn-resin-gateway-rpi/blob/master/README.md"