Skip to content

Commit fd98ba5

Browse files
committed
delete commments
1 parent 0231a8d commit fd98ba5

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.lycheeignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ https://create.arduino.cc/editor/arduino_support/68cca5d0-4f1b-45ea-b43d-f22b759
2222
https://create.arduino.cc/editor/arduino_support/55b72af7-5b59-43f1-b3f7-e02b47fbfce9/preview
2323
https://create.arduino.cc/editor/arduino_support/68cca5d0-4f1b-45ea-b43d-f22b759555fa/preview
2424
https://create.arduino.cc/example/builtin/01.Basics%5CBareMinimum/BareMinimum/preview?embed
25+
https://create.arduino.cc/editor/jojobaa/473fd181-12a3-4d42-bb56-c6adc385f457/preview?embed&snippet=L23-L34#L26
26+
https://create.arduino.cc/editor/jojobaa/473fd181-12a3-4d42-bb56-c6adc385f457/preview?embed&snippet=L35-L52#L46
2527

2628
# "Network error: Forbidden" despite working redirect
2729
https://www.arduino.cc/en/Guide/Troubleshooting

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,9 @@ This tutorial is about making a web server with static IP, using the web server
3838

3939
<!-- [Code Snippet](https://create.arduino.cc/editor/jojobaa/473fd181-12a3-4d42-bb56-c6adc385f457/preview?embed&snippet=L23-L34#L26)-->
4040

41-
05. Make sure you add `WiFi.config(ip);` inside `void setup()`, like in the code below.
41+
05. Make sure you add `WiFi.config(ip);` inside `void setup()`, like in the code below:
4242

43-
<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>
43+
<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>
4444

4545
<!-- [Code Snippet](https://create.arduino.cc/editor/jojobaa/473fd181-12a3-4d42-bb56-c6adc385f457/preview?embed&snippet=L35-L52#L46)-->
4646

0 commit comments

Comments
 (0)