add defines, create simple sendButton function

This commit is contained in:
Norman Bos
2024-07-20 10:22:12 +02:00
parent f48752f1c4
commit 6fdba62d0e
4 changed files with 90 additions and 68 deletions
+7
View File
@@ -5,3 +5,10 @@ This is an arduino sketch to make an IR-remote control for easier title renaming
- Add webserver
- Add ir remote library
- Add SD-Card support to load html and css
Store WiFi secrets in a secrets.h like this:
```
#define SSID "your-ssid"
#define PASSWORD "your-password"
```