-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathupdate.json
34 lines (34 loc) · 1 KB
/
update.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
{
"firmware" : [{
"version" : 1,
"uri_remote" : "https://raw.githubusercontent.com/janchri/wirbelwind_firmware/master/firmware.bin"
}
],
"website" : [{
"version" : 1
}
],
"list_update_folders": [
{
"sd_path": "/www/pub/images"
}
],
"list_update_files": [
{
"uri_local": "/www/pub/index.htm",
"uri_remote": "https://raw.githubusercontent.com/janchri/wirbelwind_json/main/index.htm"
},
{
"uri_local": "/www/pub/index.js",
"uri_remote": "https://raw.githubusercontent.com/janchri/wirbelwind_json/main/index.js"
},
{
"uri_local": "/www/pub/style.css",
"uri_remote": "https://raw.githubusercontent.com/janchri/wirbelwind_json/main/style.css"
},
{
"uri_local": "/www/pub/version.json",
"uri_remote": "https://raw.githubusercontent.com/janchri/wirbelwind_json/main/version.json"
}
]
}