From cefa261ef752a7fca597a79d98e331b7b77b2e57 Mon Sep 17 00:00:00 2001 From: "Jeroen F.J. Laros" Date: Sun, 6 Dec 2020 16:23:01 +0100 Subject: [PATCH] Documentation fix. --- docs/plugins.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/plugins.rst b/docs/plugins.rst index d59d433..1e6d1a4 100644 --- a/docs/plugins.rst +++ b/docs/plugins.rst @@ -13,9 +13,9 @@ range of interfaces. Currently, the following plugins are implemented. * - ``Serial`` - The standard Arduino Serial_ interface. - working - - untested - * - ``Serial`` + * - ``SoftwareSerial`` - The Arduino SoftwareSerial_ interface. + - untested * - ``HalfDuplexStream`` - RS485 serial interface. - working