Skip to content

Commit

Permalink
In for a pinch, in for a pound. Updating the gateway reset shell scri…
Browse files Browse the repository at this point in the history
…pt to use the GPIO pins.
  • Loading branch information
philltran committed Sep 20, 2020
1 parent 16e62c4 commit e7391a1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/reset_lgw.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
# GPIO mapping has to be adapted with HW
#

SX1302_RESET_PIN=23
SX1302_POWER_EN_PIN=18
SX1302_RESET_PIN=17
SX1302_POWER_EN_PIN=2

WAIT_GPIO() {
sleep 0.1
Expand Down

0 comments on commit e7391a1

Please sign in to comment.