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
## 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)
5
5
6
6
[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.
7
7
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.
9
9
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).
11
11
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