diff --git a/.lycheeignore b/.lycheeignore index 44c9aab2..09b45a15 100644 --- a/.lycheeignore +++ b/.lycheeignore @@ -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 diff --git a/content/Hardware Support/Generic/How-to-Create-a-simple-web-server-with-static-IP-and-control-builtinLED-using-WiFiNINA-library.md b/content/Hardware Support/Generic/How-to-Create-a-simple-web-server-with-static-IP-and-control-builtinLED-using-WiFiNINA-library.md index 643a701c..e6c32cb1 100644 --- a/content/Hardware Support/Generic/How-to-Create-a-simple-web-server-with-static-IP-and-control-builtinLED-using-WiFiNINA-library.md +++ b/content/Hardware Support/Generic/How-to-Create-a-simple-web-server-with-static-IP-and-control-builtinLED-using-WiFiNINA-library.md @@ -38,9 +38,9 @@ This tutorial is about making a web server with static IP, using the web server -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: - +