2023-08-19 18:34:10 +02:00
|
|
|
# ESP8266-IOT-TIMER
|
|
|
|
|
|
|
|
An Arduino program for the ESP8266 NodeMCU to switch the GPIOs based on a timer.
|
|
|
|
|
|
|
|
## Web Interface
|
|
|
|
|
2023-11-12 22:40:14 +01:00
|
|
|
Currently, the web interface uses zero JavaScript. This will however change in
|
|
|
|
the future.
|
2023-08-19 18:34:10 +02:00
|
|
|
|
|
|
|
## Convert to classic Arduino project
|
|
|
|
|
2023-11-12 22:40:14 +01:00
|
|
|
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.
|
|
|
|
|
|
|
|
## Contributing
|
|
|
|
|
|
|
|
For contributing see [CONTRIBUTING.md](./CONTRIBUTING.md).
|
|
|
|
|
|
|
|
## License
|
|
|
|
|
|
|
|
[GNU GPLv3 only](./COPYING.md)
|