summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2022-04-18 18:11:42 +0200
committerDaniel Friesel <derf@finalrewind.org>2022-04-18 18:11:42 +0200
commitbcc02461025f89c0a74c93ccde88ef7384008f16 (patch)
treeab43695776a147833db0c18c04fe35fb7e7ac099
parent333a89deed9a0f119853400d28f17f6796c8a4ee (diff)
README: remove duplicate word
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index d32cff9..029f329 100644
--- a/README.md
+++ b/README.md
@@ -31,7 +31,7 @@ Connect the SDS011 sensor to your ESP8266/NodeMCU board as follows.
* SDS011 TXD → NodeMCU D1 (ESP8266 GPIO5)
* SDS011 RXD → NodeMCU D2 (ESP8266 GPIO4)
-If you use use different pins for TXD and RXD, you need to adjust the
+If you use different pins for TXD and RXD, you need to adjust the
softuart.setup call in the examples provided in this repository to reflect
those changes. Keep in mind that some ESP8266 pins must have well-defined logic
levels at boot time and may therefore be unsuitable for SDS011 connection.