kopia lustrzana https://github.com/Aircoookie/WLED
Removed double function definition in index.js.
rodzic
783a21d88d
commit
f40398bf42
|
@ -1568,12 +1568,6 @@ function tglSegn(s)
|
|||
(window.getComputedStyle(d.gId(`seg${s}t`)).display === "none") ? "inline":"none";
|
||||
}
|
||||
|
||||
function tglSegn(s)
|
||||
{
|
||||
d.getElementById(`seg${s}t`).style.display =
|
||||
(window.getComputedStyle(d.getElementById(`seg${s}t`)).display === "none") ? "inline":"none";
|
||||
}
|
||||
|
||||
function selSegEx(s)
|
||||
{
|
||||
var obj = {"seg":[]};
|
||||
|
|
1577
wled00/html_ui.h
1577
wled00/html_ui.h
Plik diff jest za duży
Load Diff
|
@ -8,7 +8,7 @@
|
|||
*/
|
||||
|
||||
// version code in format yymmddb (b = daily build)
|
||||
#define VERSION 2110021
|
||||
#define VERSION 2110022
|
||||
|
||||
//uncomment this if you have a "my_config.h" file you'd like to use
|
||||
//#define WLED_USE_MY_CONFIG
|
||||
|
|
Ładowanie…
Reference in New Issue