Skip to content

Commit

Permalink
error correction of Example
Browse files Browse the repository at this point in the history
  • Loading branch information
hasenradball committed Nov 11, 2023
1 parent eb87dc5 commit 3c29fac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/SimpleWebServerWiFi/SimpleWebServerWiFi.ino
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3c29fac

Please sign in to comment.