Skip to content

Commit 645a448

Browse files
committed
delete commments
1 parent fd98ba5 commit 645a448

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

content/Hardware Support/Generic/How-to-Create-a-simple-web-server-with-static-IP-and-control-builtinLED-using-WiFiNINA-library.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,14 +36,10 @@ This tutorial is about making a web server with static IP, using the web server
3636

3737
<iframe src=https://create.arduino.cc/editor/jojobaa/473fd181-12a3-4d42-bb56-c6adc385f457/preview?embed&snippet=L23-L34#L26 style="height:510px;width:100%;margin:10px 0" frameborder=0></iframe>
3838

39-
<!-- [Code Snippet](https://create.arduino.cc/editor/jojobaa/473fd181-12a3-4d42-bb56-c6adc385f457/preview?embed&snippet=L23-L34#L26)-->
40-
4139
05. Make sure you add `WiFi.config(ip);` inside `void setup()`, like in the code below:
4240

4341
<iframe src=https://create.arduino.cc/editor/jojobaa/473fd181-12a3-4d42-bb56-c6adc385f457/preview?embed&snippet=L35-L52#L46 style="height:510px;width:100%;margin:10px 0" frameborder=0></iframe>
4442

45-
<!-- [Code Snippet](https://create.arduino.cc/editor/jojobaa/473fd181-12a3-4d42-bb56-c6adc385f457/preview?embed&snippet=L35-L52#L46)-->
46-
4743
06. Put in the Wi-Fi details you wish to connect to in the `arduino_secrets.h` file.
4844

4945
07. Check the LED details and make the required changes.

0 commit comments

Comments
 (0)