services cleanup. powersave features and shellcheck fixes

This commit is contained in:
Cassiano Aquino
2019-09-29 01:41:49 +01:00
parent 000e11869f
commit 83a6e3f45d
4 changed files with 19 additions and 5 deletions

View File

@ -1195,3 +1195,12 @@ dtoverlay=dwc2
dtparam=spi=on
dtoverlay=spi1-3cs
# Powersave options
# Disable power LED ~30ma
dtparam=act_led_trigger=none
dtparam=act_led_activelow=on
# Disable bluetooth
dtoverlay=pi3-disable-bt
# Disable audio
dtparam=audio=off

View File

@ -10,5 +10,7 @@
# bits.
#
# By default this script does nothing.
# Powersave (Disable HDMI) ~30ma
/opt/vc/bin/tvservice -o
/root/pwnagotchi/scripts/startup.sh &
exit 0