From 78a7a7f419532bc5da544cf9c0dc6552d29abcf5 Mon Sep 17 00:00:00 2001 From: Rahix <rahix@rahix.de> Date: Wed, 21 Aug 2019 16:55:56 +0200 Subject: [PATCH] docs: Fix underlines in ble/card10 Signed-off-by: Rahix <rahix@rahix.de> --- Documentation/bluetooth/card10.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Documentation/bluetooth/card10.rst b/Documentation/bluetooth/card10.rst index cc3617a2..19c3b993 100644 --- a/Documentation/bluetooth/card10.rst +++ b/Documentation/bluetooth/card10.rst @@ -112,7 +112,7 @@ Rocket0 Rocket1 Rocket2 - Enable all rockets with 50% brightness: ``0x7f7f7f`` Background LED <Position> characteristic ---------------------------------- +---------------------------------------- The Background LEDs <Position> characteristic makes it possible to address the bottom LEDs by position. Just write there three ``uint8`` for the rgb color. @@ -129,7 +129,7 @@ Dataformat: - disabled: ``0x000000`` LEDs dim <Position> characteristic ---------------------------------- +---------------------------------- The LEDs dim <Position> characteristic makes it possible to dim LEDs by position. Just write a ``uint8`` between ``1`` and ``8``. -- GitLab