Skip to content

Commit

Permalink
Fix system LED setup for Raspberry Pi kernel 5.4.
Browse files Browse the repository at this point in the history
  • Loading branch information
f-laurens committed Aug 3, 2020
1 parent fa821b0 commit c96a1e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nabboot/nabboot.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ def set_system_led(shutdown):
f.write("none")

with open("/sys/class/leds/led0/brightness", "w") as f:
f.write("255")
f.write("0")


if __name__ == "__main__":
Expand Down

0 comments on commit c96a1e4

Please sign in to comment.