Commit graph

20 commits

Author SHA1 Message Date
x
ad2c64c63a Faster response + MDNS 2024-06-20 22:35:45 +02:00
x
9ebca3698d Add Web server interface 2024-06-20 22:24:21 +02:00
x
24fd856584 Linted 2024-06-20 21:07:24 +02:00
x
3886966bf7 Reordering functions 2024-06-20 21:05:54 +02:00
x
68914621ee Add AndroidOTA 2024-06-20 20:47:50 +02:00
x
f12fbafc47 Separate functions for relay toggling 2024-06-20 19:52:43 +02:00
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
x
6b8535d211 Separate logic further into functions, allowing reconnection to WiFi 2024-06-20 12:48:04 +02:00
47892039b7
Test the internet by TCP connecting to Google 2024-06-20 01:48:08 +02:00
e6c28f8ed9
Connect to WiFi and draft of uptime testing
Co-authored-by: x <xbr@c3l.lu>
2024-06-20 00:58:09 +02:00
e2862bc220
Add WiFiManager as a library 2024-06-20 00:58:09 +02:00
x
89ac17fb9f remove unnecessary platformio.ini line 2024-06-20 00:07:24 +02:00
9c128d6e15
Use LED_BUILTIN 2024-06-19 23:40:24 +02:00
fcfe6b537a
Set the Pio settings to actually work 2024-06-19 23:27:35 +02:00
776e73b258
Blink both the relay and LED 2024-06-19 23:17:34 +02:00
35e97572d9
Setup serial example 2024-06-19 22:44:31 +02:00
51ab2b029e
Rename main.c to main.cpp 2024-06-19 22:41:48 +02:00
7e41b5a97e
Add ESP8266 settings to PIO and add default Arduino main 2024-06-19 21:13:58 +02:00
5a9a140710
Add the PlatformIO default project 2024-06-19 20:39:57 +02:00
501dace044 Initial commit 2024-06-19 18:34:05 +00:00