From 3c29facacd0ecae8180ddaa3257ae723070d398a Mon Sep 17 00:00:00 2001 From: Hasenradball Date: Sat, 11 Nov 2023 22:43:13 +0100 Subject: [PATCH] error correction of Example --- examples/SimpleWebServerWiFi/SimpleWebServerWiFi.ino | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/SimpleWebServerWiFi/SimpleWebServerWiFi.ino b/examples/SimpleWebServerWiFi/SimpleWebServerWiFi.ino index a4517ea4..04079c7f 100644 --- a/examples/SimpleWebServerWiFi/SimpleWebServerWiFi.ino +++ b/examples/SimpleWebServerWiFi/SimpleWebServerWiFi.ino @@ -4,7 +4,7 @@ A simple web server that lets you blink an LED via the web. This sketch will print the IP address of your WiFi module (once connected) to the Serial Monitor. From there, you can open that address in a web browser - to turn on and off the LED on pin 9. + to turn on and off the Led on pin defined by LED. If the IP address of your board is yourAddress: http://yourAddress/H turns the LED on