01-05-2020, 10:24 AM
I you don't want the blinking ACT light on your USBridge you can switch it of like so:
Add the following lines to your Pi's
Then reboot and only the Power led is now active. I did not find a way to disable that one.
More info here:
https://www.jeffgeerling.com/blogs/jeff-...spberry-pi
Add the following lines to your Pi's
Code:
/boot/config.txt
Code:
# Disable the ACT LED on the Pi Zero.
dtparam=act_led_trigger=none
dtparam=act_led_activelow=on
Then reboot and only the Power led is now active. I did not find a way to disable that one.
More info here:
https://www.jeffgeerling.com/blogs/jeff-...spberry-pi