Make the Internet sign code go oof when the internet is gone
Find a file
x 5d0eb0694b delay() keeps WiFi running
If you have a loop somewhere in your sketch that takes a lot of time (>50ms)
without calling delay, you might consider adding a call to delay function to
keep the WiFi stack running smoothly.

Source: https://web.archive.org/web/20240620105303/https://arduino-esp8266.readthedocs.io/en/3.0.0/reference.html#timing-and-delays
2024-06-20 12:50:20 +02:00
include Add the PlatformIO default project 2024-06-19 20:39:57 +02:00
lib Add the PlatformIO default project 2024-06-19 20:39:57 +02:00
src delay() keeps WiFi running 2024-06-20 12:50:20 +02:00
test Add the PlatformIO default project 2024-06-19 20:39:57 +02:00
.gitignore Connect to WiFi and draft of uptime testing 2024-06-20 00:58:09 +02:00
LICENSE Initial commit 2024-06-19 18:34:05 +00:00
platformio.ini Connect to WiFi and draft of uptime testing 2024-06-20 00:58:09 +02:00
README.md Initial commit 2024-06-19 18:34:05 +00:00

Internot

Make the Internet sign code go oof when the internet is gone