Skip to content

Commit 4f37ed6

Browse files
committed
Fixed spelling
1 parent 4b59eee commit 4f37ed6

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

libraries/WiFi/examples/WiFiClient/README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# WiFiClient
22

3-
This example demonstrates reading and writting data from and to a web service which can be used for logging data, creating insights and taking actions based on those data.
3+
This example demonstrates reading and writing data from and to a web service which can be used for logging data, creating insights and taking actions based on those data.
44

55
# Supported Targets
66

@@ -12,13 +12,13 @@ Currently, this example supports all SoC with WiFi.
1212

1313
## How to Use Example
1414

15-
Flash this example and observer serial output. You can also take a look the values at [https://thingspeak.com/channels/2005329](https://thingspeak.com/channels/2005329)
15+
Flash this example and observe the serial output. You can also take a look at the values at [https://thingspeak.com/channels/2005329](https://thingspeak.com/channels/2005329)
1616

1717
Please note that this public channel can be accessed by anyone and it is possible that more people will write their values.
1818

1919
### Configure the Project
2020

21-
Change `SSID` and `password` to connect your WiFi.
21+
Change `SSID` and `password` to connect to your WiFi.
2222
Default values will allow you to use this example without any changes. If you want to use your own channel and you don't have one already follow these steps:
2323

2424
* Create an account on [thingspeak.com](https://www.thingspeak.com).
@@ -63,7 +63,7 @@ To get more information about the Espressif boards see [Espressif Development Ki
6363

6464
#### Using Platform IO
6565

66-
* Select the COM port: `Devices` or setting the `upload_port` option on the `platformio.ini` file.
66+
* Select the COM port: `Devices` or set the `upload_port` option on the `platformio.ini` file.
6767

6868
## Example Log Output
6969

@@ -88,7 +88,7 @@ WiFi connected
8888
IP address:
8989
192.168.1.2
9090
```
91-
Then you can see write log:
91+
Then you can see the write log:
9292
```
9393
HTTP/1.1 200 OK
9494
Date: Fri, 13 Jan 2023 13:12:31 GMT
@@ -108,7 +108,7 @@ X-Frame-Options: SAMEORIGIN
108108
0
109109
Closing connection
110110
```
111-
Last portion is read log:
111+
Last portion is the read log:
112112
```
113113
HTTP/1.1 200 OK
114114
Date: Fri, 13 Jan 2023 13:12:32 GMT
@@ -144,7 +144,7 @@ After this the write+read log repeat every 10 seconds.
144144
* **404 Not Found:** Check the channel ID.
145145
* **No data on chart / reading NULL:** Data must be sent as an integer, without commas.
146146

147-
If the error persist, you can ask for help at the official [ESP32 forum](https://esp32.com) or see [Contribute](#contribute).
147+
If the error persists, you can ask for help at the official [ESP32 forum](https://esp32.com) or see [Contribute](#contribute).
148148

149149
## Contribute
150150

0 commit comments

Comments
 (0)