From 7d4fd8b6db5ce81ea239efa53118e126a2b8dd54 Mon Sep 17 00:00:00 2001 From: Tomas R Date: Sat, 28 May 2016 20:35:00 +0100 Subject: [PATCH] docs/esp8266/general: Remove duplicate phrase. --- docs/esp8266/general.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/esp8266/general.rst b/docs/esp8266/general.rst index 3068e0eb02..3ddcee218b 100644 --- a/docs/esp8266/general.rst +++ b/docs/esp8266/general.rst @@ -24,7 +24,7 @@ following design and implementation decision were made: forum, with the idea to collect community-maintained reference materials eventually. * All pins which make sense to support, are supported by MicroPython - (for example, we don't expose pins which are used to connect SPI flash + (for example, pins which are used to connect SPI flash are not exposed, as they're unlikely useful for anything else, and operating on them will lead to board lock-up). However, any particular board may expose only subset of pins. Consult your board reference manual.