Skip to content

Commit 0f682f1

Browse files
committed
docs/esp8266/general: Fix list formatting.
1 parent 5aa4db0 commit 0f682f1

1 file changed

Lines changed: 10 additions & 12 deletions

File tree

docs/esp8266/general.rst

Lines changed: 10 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -18,17 +18,15 @@ To make a generic ESP8266 port and support as many boards as possible,
1818
following design and implementation decision were made:
1919

2020
* GPIO pin numbering is based on ESP8266 chip numbering, not some "logical"
21-
numbering of a particular board. Please have manual/pin diagram of your board
22-
handy to find correspondce between your board pins and actual ESP8266 pins.
23-
We also encourage users of various boards to share this mapping via MicroPython
24-
forum, with the idea to collect community-maintained reference materials
25-
eventually.
26-
21+
numbering of a particular board. Please have manual/pin diagram of your board
22+
handy to find correspondce between your board pins and actual ESP8266 pins.
23+
We also encourage users of various boards to share this mapping via MicroPython
24+
forum, with the idea to collect community-maintained reference materials
25+
eventually.
2726
* All pins which make sense to support, are supported by MicroPython
28-
(for example, we don't expose pins which are used to connect SPI flash
29-
are not exposed, as they're unlikely useful for anything else, and
30-
operating on them will lead to board lock-up). However, any particular
31-
board may expose only subset of pins. Consult your board reference manual.
32-
27+
(for example, we don't expose pins which are used to connect SPI flash
28+
are not exposed, as they're unlikely useful for anything else, and
29+
operating on them will lead to board lock-up). However, any particular
30+
board may expose only subset of pins. Consult your board reference manual.
3331
* Some boards may lack external pins/internal connectivity to support
34-
ESP8266 deepsleep mode.
32+
ESP8266 deepsleep mode.

0 commit comments

Comments
 (0)