This commit is contained in:
Blaz Kristan 2021-12-07 16:31:45 +01:00
parent 9b7b1d6a61
commit f31100326b
4 changed files with 1538 additions and 1539 deletions

View File

@ -46,7 +46,6 @@
h.appendChild(l);
</script>
<link rel="stylesheet" href="index.css">
<script src="index.js"></script>
</head>
<body>
@ -324,5 +323,6 @@
</div>
<i id="roverstar" class="icons huge" onclick="setLor(0)">&#xe410;</i><br>
<script src="index.js"></script>
</body>
</html>

View File

@ -498,7 +498,8 @@ function loadFXData(callback = null)
clearErrorToast();
fxdata = json||[];
// add default value for Solid
fxdata.shift().unshift("@;!;");
fxdata.shift()
fxdata.unshift("@;!;");
})
.catch(function (error) {
fxdata = [];

File diff suppressed because it is too large Load Diff

View File

@ -8,7 +8,7 @@
*/
// version code in format yymmddb (b = daily build)
#define VERSION 2112061
#define VERSION 2112071
//uncomment this if you have a "my_config.h" file you'd like to use
//#define WLED_USE_MY_CONFIG