Skip to content
Snippets Groups Projects
Verified Commit 3dd88fbb authored by rahix's avatar rahix
Browse files

docs: Warn about missing flashlight LED


Signed-off-by: default avatarRahix <rahix@rahix.de>
parent 5d30cc29
No related branches found
No related tags found
No related merge requests found
......@@ -41,7 +41,13 @@ def set_flashlight(on):
This LED can serve as a flashlight if worn on the left wrist or as a rad
tattoo illuminator if worn on the right wrist.
:param bool on: Side LED on if true.
.. warning::
Because of a small error in the Harmonic Board layout, we could not
populate the flashlight LEDs in the production run. You can handsolder
it, though you have to reverse the direction.
:param bool on: Side LED on if ``True``.
"""
sys_leds.set_flashlight(on)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment