Skip to content

Commit

Permalink
Merge pull request #158 from f-laurens/issue156
Browse files Browse the repository at this point in the history
Fix system LED setup for Raspberry Pi kernel 5.4
  • Loading branch information
Enero committed Oct 16, 2020
2 parents 50c3962 + 982af0c commit 493f996
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 493f996

Please sign in to comment.