You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: libraries/WiFi/examples/WiFiClient/README.md
+7-7Lines changed: 7 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# WiFiClient
2
2
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.
4
4
5
5
# Supported Targets
6
6
@@ -12,13 +12,13 @@ Currently, this example supports all SoC with WiFi.
12
12
13
13
## How to Use Example
14
14
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)
16
16
17
17
Please note that this public channel can be accessed by anyone and it is possible that more people will write their values.
18
18
19
19
### Configure the Project
20
20
21
-
Change `SSID` and `password` to connect your WiFi.
21
+
Change `SSID` and `password` to connect to your WiFi.
22
22
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:
23
23
24
24
* 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
63
63
64
64
#### Using Platform IO
65
65
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.
67
67
68
68
## Example Log Output
69
69
@@ -88,7 +88,7 @@ WiFi connected
88
88
IP address:
89
89
192.168.1.2
90
90
```
91
-
Then you can see write log:
91
+
Then you can see the write log:
92
92
```
93
93
HTTP/1.1 200 OK
94
94
Date: Fri, 13 Jan 2023 13:12:31 GMT
@@ -108,7 +108,7 @@ X-Frame-Options: SAMEORIGIN
108
108
0
109
109
Closing connection
110
110
```
111
-
Last portion is read log:
111
+
Last portion is the read log:
112
112
```
113
113
HTTP/1.1 200 OK
114
114
Date: Fri, 13 Jan 2023 13:12:32 GMT
@@ -144,7 +144,7 @@ After this the write+read log repeat every 10 seconds.
144
144
***404 Not Found:** Check the channel ID.
145
145
***No data on chart / reading NULL:** Data must be sent as an integer, without commas.
146
146
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).
0 commit comments