Go to file
gilex-dev 6ec6cc0175 initial commit
Author:    gilex-dev <gilex-dev@proton.me>

Date:      Thu Oct 14 22:12:12 2021 +0200
2023-08-19 19:15:40 +02:00
include initial commit 2023-08-19 19:15:40 +02:00
lib initial commit 2023-08-19 19:15:40 +02:00
src initial commit 2023-08-19 19:15:40 +02:00
test initial commit 2023-08-19 19:15:40 +02:00
.gitignore initial commit 2023-08-19 19:15:40 +02:00
README.md initial commit 2023-08-19 19:15:40 +02:00
platformio.ini initial commit 2023-08-19 19:15:40 +02:00

README.md

ESP8266-IOT-TIMER

An Arduino program for the ESP8266 NodeMCU to switch the GPIOs based on a timer.

Web Interface

Currently, the web interface uses zero JavaScript. This will however change in the future.

Convert to classic Arduino project

open src/ and rename .cpp files to .ino. Rename main.ino to src.ino and open all files in src in the Arduino Legacy IDE and compile as usual.