remove unused css file

This commit is contained in:
StrangeD0s
2024-07-21 18:11:58 +02:00
parent 0203f6c693
commit 5ba38120f2
2 changed files with 2 additions and 139 deletions
+2 -2
View File
@@ -8,7 +8,7 @@ This is an arduino sketch to make an IR-remote control for easier title renaming
Store WiFi secrets in a secrets.h like this:
```
```c
#define SSID "your-ssid"
#define PASSWORD "your-password"
```
```