04-18-2023, 07:08 PM
(This post was last modified: 04-18-2023, 07:18 PM by philrandal.
Edit Reason: Fix typos
)
echo '0' | sudo tee -a /sys/class/leds/PWR/brightness > /dev/null
echo '255' | sudo tee -a /sys/class/leds/PWR/brightness > /dev/null
to turn power led off and on
Cheers,
Phil
echo '255' | sudo tee -a /sys/class/leds/PWR/brightness > /dev/null
to turn power led off and on
Cheers,
Phil