kopia lustrzana https://github.com/Aircoookie/WLED
Added new holidays.
rodzic
5e95e02429
commit
385c526414
|
@ -29,9 +29,11 @@ var cfg = {
|
||||||
var hol = [
|
var hol = [
|
||||||
[0,11,24,4,"https://aircoookie.github.io/xmas.png"], // christmas
|
[0,11,24,4,"https://aircoookie.github.io/xmas.png"], // christmas
|
||||||
[0,2,17,1,"https://images.alphacoders.com/491/491123.jpg"], // st. Patrick's day
|
[0,2,17,1,"https://images.alphacoders.com/491/491123.jpg"], // st. Patrick's day
|
||||||
[2022,3,17,2,"https://aircoookie.github.io/easter.png"],
|
[2025,3,20,2,"https://aircoookie.github.io/easter.png"],
|
||||||
[2023,3,9,2,"https://aircoookie.github.io/easter.png"],
|
[2023,3,9,2,"https://aircoookie.github.io/easter.png"],
|
||||||
[2024,2,31,2,"https://aircoookie.github.io/easter.png"]
|
[2024,2,31,2,"https://aircoookie.github.io/easter.png"],
|
||||||
|
[0,6,4,1,"https://initiate.alphacoders.com/download/wallpaper/516792/images/jpg/510921363292536"], // 4th of July
|
||||||
|
[0,0,1,1,"https://initiate.alphacoders.com/download/wallpaper/1198800/images/jpg/2522807481585600"] // new year
|
||||||
];
|
];
|
||||||
|
|
||||||
function handleVisibilityChange() {if (!d.hidden && new Date () - lastUpdate > 3000) requestJson();}
|
function handleVisibilityChange() {if (!d.hidden && new Date () - lastUpdate > 3000) requestJson();}
|
||||||
|
|
3404
wled00/html_ui.h
3404
wled00/html_ui.h
Plik diff jest za duży
Load Diff
|
@ -8,7 +8,7 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
// version code in format yymmddb (b = daily build)
|
// version code in format yymmddb (b = daily build)
|
||||||
#define VERSION 2204171
|
#define VERSION 2204191
|
||||||
|
|
||||||
//uncomment this if you have a "my_config.h" file you'd like to use
|
//uncomment this if you have a "my_config.h" file you'd like to use
|
||||||
//#define WLED_USE_MY_CONFIG
|
//#define WLED_USE_MY_CONFIG
|
||||||
|
|
Ładowanie…
Reference in New Issue