Skip to content

Commit 0804662

Browse files
authored
Update README.md
1 parent 14d847d commit 0804662

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
# ESP32-iot-examples
22
Some examples for ESP32 using Arduino IDE
33

4-
## For run these examples, you need to install : [Arduino core for ESP32 WiFi chip](https://github.com/espressif/arduino-esp32)
4+
## To run these examples, you need to install : [Arduino core for ESP32 WiFi chip](https://github.com/espressif/arduino-esp32)
55

66
[AWS IoT example](https://github.com/copercini/esp32-iot-examples/tree/master/ESP32_aws_iot) connect your ESP32 to the Internet of things service of Amazon, using X.509 certificates.
77

8-
[WiFi portal](https://github.com/copercini/esp32-iot-examples/blob/master/WiFi_portal/WiFi_portal.ino) is a non blocking web portal for configurate your wifi credentials.
8+
[WiFi portal](https://github.com/copercini/esp32-iot-examples/blob/master/WiFi_portal/WiFi_portal.ino) is a non blocking web portal for configurating your wifi credentials.
99

10-
[WiFi nonBlocking](https://github.com/copercini/esp32-iot-examples/blob/master/WiFi_nonBlocking/WiFi_nonBlocking.ino) an example of wifi connection re-tryies without blocking the rest of code (good if your code can work offline too).
10+
[WiFi nonBlocking](https://github.com/copercini/esp32-iot-examples/blob/master/WiFi_nonBlocking/WiFi_nonBlocking.ino) an example of wifi connection re-tries without blocking the rest of code (good if your code can work offline too).
1111

12-
[Multiloop](https://github.com/copercini/esp32-iot-examples/blob/master/multiloop/multiloop.ino) why just one loop() if we can run a lot?
12+
[Multiloop](https://github.com/copercini/esp32-iot-examples/blob/master/multiloop/multiloop.ino) why just one loop() when we can run more?

0 commit comments

Comments
 (0)