We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc51f14 commit 793d9ecCopy full SHA for 793d9ec
layers/chirpstack/meta-chirpstack/recipes-chirpstack/chirpstack-concentratord/files/sx1301-reset.init
@@ -18,9 +18,6 @@ init() {
18
# write output for SX1301 reset
19
echo "1" > /sys/class/gpio/gpio$CONCENTRATOR_RESET_PIN/value; WAIT_GPIO
20
echo "0" > /sys/class/gpio/gpio$CONCENTRATOR_RESET_PIN/value; WAIT_GPIO
21
-
22
- # set reset pin as input
23
- echo "in" > /sys/class/gpio/gpio$CONCENTRATOR_RESET_PIN/direction; WAIT_GPIO
24
}
25
26
term() {
0 commit comments