Skip to content

Commit e4f2f3e

Browse files
Update boards.rst documentation
1 parent a01029a commit e4f2f3e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

doc/boards.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Boards
44
Generic ESP8266 Module
55
----------------------
66

7-
These modules come in different form factors and pinouts. See the page at ESP8266 community wiki for more info: `ESP8266 Module Family <https://www.esp8266.com/wiki/doku.php?id=esp8266-module-family>`__.
7+
These modules come in different form factors and pinouts. See the page at ESP8266 community wiki for more info: `ESP8266 Module Family <http://www.esp8266.com/wiki/doku.php?id=esp8266-module-family>`__.
88

99
Usually these modules have no bootstapping resistors on board, insufficient decoupling capacitors, no voltage regulator, no reset circuit, and no USB-serial adapter. This makes using them somewhat tricky, compared to development boards which add these features.
1010

@@ -203,7 +203,7 @@ note: - number = ((GPIO15 << 2) \| (GPIO0 << 1) \| GPIO2);
203203
Generic ESP8285 Module
204204
----------------------
205205

206-
ESP8285 (`datasheet <https://www.espressif.com/sites/default/files/0a-esp8285_datasheet_en_v1.0_20160422.pdf>`__) is a multi-chip package which contains ESP8266 and 1MB flash. All points related to bootstrapping resistors and recommended circuits listed above apply to ESP8285 as well.
206+
ESP8285 (`datasheet <http://www.espressif.com/sites/default/files/0a-esp8285_datasheet_en_v1.0_20160422.pdf>`__) is a multi-chip package which contains ESP8266 and 1MB flash. All points related to bootstrapping resistors and recommended circuits listed above apply to ESP8285 as well.
207207

208208
Note that since ESP8285 has SPI flash memory internally connected in DOUT mode, pins 9 and 10 may be used as GPIO / I2C / PWM pins.
209209

package/package_esp8266com_index.template.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -299,4 +299,4 @@
299299
]
300300
}
301301
]
302-
}
302+
}

0 commit comments

Comments
 (0)