Skip to content

Commit

Permalink
delete commments
Browse files Browse the repository at this point in the history
  • Loading branch information
Renat0Ribeir0 committed Aug 26, 2024
1 parent 0231a8d commit fd98ba5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .lycheeignore
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ https://create.arduino.cc/editor/arduino_support/68cca5d0-4f1b-45ea-b43d-f22b759
https://create.arduino.cc/editor/arduino_support/55b72af7-5b59-43f1-b3f7-e02b47fbfce9/preview
https://create.arduino.cc/editor/arduino_support/68cca5d0-4f1b-45ea-b43d-f22b759555fa/preview
https://create.arduino.cc/example/builtin/01.Basics%5CBareMinimum/BareMinimum/preview?embed
https://create.arduino.cc/editor/jojobaa/473fd181-12a3-4d42-bb56-c6adc385f457/preview?embed&snippet=L23-L34#L26
https://create.arduino.cc/editor/jojobaa/473fd181-12a3-4d42-bb56-c6adc385f457/preview?embed&snippet=L35-L52#L46

# "Network error: Forbidden" despite working redirect
https://www.arduino.cc/en/Guide/Troubleshooting
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@ This tutorial is about making a web server with static IP, using the web server

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

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

<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>
<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>

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

Expand Down

0 comments on commit fd98ba5

Please sign in to comment.