From ed693c031ab4049754b3597edd1731cfc47c2535 Mon Sep 17 00:00:00 2001 From: Tom Igoe Date: Fri, 3 May 2024 07:35:52 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 023aec1..29b9856 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ Some sketches will add other constants to that file as well. These files are ign * [WiFi_ConnectionTimeLogger](https://github.com/tigoe/Wifi_examples/tree/main/WiFi_Connection_Examples/WiFi_ConnectionTimeLogger) - Logs the health of the network connection to an SD card. Periodically logs: date,time, MAC address, SSID, BSSID, IP Address, signal strength (RSSI), WiFi status, reconnect count, and uptime. * [WiFI_ipAddress](https://github.com/tigoe/Wifi_examples/tree/main/WiFi_Connection_Examples/WiFi_ipAddress) - The IP address in the WiFi libraries is a 4-byte array. This example shows how to get it as a String. * [Connecting to Eduroam](eduroam.md) Can't connect easily to your school's WiFi? Try Eduroam. -* [WiFI_ESP_eduroam_connection](https://github.com/tigoe/Wifi_examples/tree/main/WiFi_Connection_Examples/WiFI_ESP_eduroam_connection) - This example shows how to connect to [eduroam](eduroam.md) networks using the ESP32 WiFi library. +* [WiFI_ESP_eduroam_connection](https://github.com/tigoe/Wifi_examples/tree/main/WiFi_Connection_Examples/WiFI_ESP_eduroam_connection/WiFI_ESP_eduroam_connection.ino) - This example shows how to connect to [eduroam](eduroam.md) networks using the ESP32 WiFi library. ## Arduino HTTP Clients * [HttpClientSimple](https://github.com/tigoe/Wifi_examples/tree/main/ArduinoHttpClient_Examples/HttpClientSimple) - a simple example of an HTTP client.