Skip to content

Commit 520ca0c

Browse files
authored
chore: Update README.md
1 parent 36fb9b3 commit 520ca0c

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

README.md

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -61,12 +61,18 @@ The project uses an SD card file named `webscreen.json` to configure settings. A
6161
{
6262
"settings": {
6363
"wifi": {
64-
"ssid": "ssid",
65-
"pass": "pass"
64+
"ssid": "your_ssid",
65+
"pass": "your_pass"
66+
},
67+
"mqtt": {
68+
"enabled": false
6669
}
6770
},
68-
"script": "timeapi_app.js",
69-
"last_read": 2
71+
"screen": {
72+
"background": "#2980b9",
73+
"foreground": "#00fff1"
74+
},
75+
"script": "timeapi_app.js"
7076
}
7177
```
7278

0 commit comments

Comments
 (0)