docs/esp8266/general: Remove duplicate phrase.

This commit is contained in:
Tomas R 2016-05-28 20:35:00 +01:00 committed by Paul Sokolovsky
parent 225562d915
commit 7d4fd8b6db
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ following design and implementation decision were made:
forum, with the idea to collect community-maintained reference materials forum, with the idea to collect community-maintained reference materials
eventually. eventually.
* All pins which make sense to support, are supported by MicroPython * 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 are not exposed, as they're unlikely useful for anything else, and
operating on them will lead to board lock-up). However, any particular operating on them will lead to board lock-up). However, any particular
board may expose only subset of pins. Consult your board reference manual. board may expose only subset of pins. Consult your board reference manual.