Skip to content

Commit

Permalink
Replaced 'gpio-poweroff' for new builds
Browse files Browse the repository at this point in the history
Partly resolves Issue #130
  • Loading branch information
greiginsydney authored Feb 14, 2023
1 parent 75e56ec commit c31d7f7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Raspberry Pi/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -840,7 +840,8 @@ dtparam=act_led_activelow=on
dtoverlay=gpio-shutdown,gpio_pin=17,active_low=1,gpio_pull=up
#Set GPIO27 to follow the running state: it's High while running and 0 when shutdown is complete. The Arduino will monitor this pin.
dtoverlay=gpio-poweroff,gpiopin=27,active_low
#dtoverlay=gpio-poweroff,gpiopin=27,active_low **LEGACY
dtoverlay=gpio-led,gpio=27,trigger=default-on,active_low
END
fi

Expand Down

0 comments on commit c31d7f7

Please sign in to comment.