From 88c23df410c711e4bfa7dea041b0789d4d11d51c Mon Sep 17 00:00:00 2001 From: ChenJinBo <52923919+ChenJBBB@users.noreply.github.com> Date: Mon, 15 Jun 2020 09:49:59 +0800 Subject: [PATCH] Update readme.rst ESP9266 to ESP8266 --- doc/esp8266wifi/readme.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/esp8266wifi/readme.rst b/doc/esp8266wifi/readme.rst index 4d4ba560d1..802b3f954b 100644 --- a/doc/esp8266wifi/readme.rst +++ b/doc/esp8266wifi/readme.rst @@ -7,7 +7,7 @@ ESP8266 is all about Wi-Fi. If you are eager to connect your new ESP8266 module Introduction ------------ -The `Wi-Fi library for ESP8266 `__ has been developed based on `ESP8266 SDK `__, using the naming conventions and overall functionality philosophy of the `Arduino WiFi library `__. Over time, the wealth of Wi-Fi features ported from ESP9266 SDK to `esp8266 / +The `Wi-Fi library for ESP8266 `__ has been developed based on `ESP8266 SDK `__, using the naming conventions and overall functionality philosophy of the `Arduino WiFi library `__. Over time, the wealth of Wi-Fi features ported from ESP8266 SDK to `esp8266 / Arduino `__ outgrew `Arduino WiFi library `__ and it became apparent that we would need to provide separate documentation on what is new and extra. This documentation will walk you through several classes, methods and properties of the `ESP8266WiFi `__ library. If you are new to C++ and Arduino, don't worry. We will start from general concepts and then move to detailed description of members of each particular class including usage examples.