From 3dd88fbb0deab8a0bdd1aabef237c3f05d589130 Mon Sep 17 00:00:00 2001 From: Rahix <rahix@rahix.de> Date: Sat, 24 Aug 2019 18:58:44 +0200 Subject: [PATCH] docs: Warn about missing flashlight LED Signed-off-by: Rahix <rahix@rahix.de> --- pycardium/modules/py/leds.py | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/pycardium/modules/py/leds.py b/pycardium/modules/py/leds.py index 0cbf2c3f..ad5563cf 100644 --- a/pycardium/modules/py/leds.py +++ b/pycardium/modules/py/leds.py @@ -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) -- GitLab