Small changes and version 0.14.0.6.0

Including 2D peek max 4096 leds
This commit is contained in:
Ewoud
2022-11-24 10:57:18 +01:00
parent 17e6a887cb
commit ace3035d4a
7 changed files with 19 additions and 18 deletions

View File

@@ -121,7 +121,6 @@ function downloadCEFile(name) {
var url = "https://raw.githubusercontent.com/MoonModules/WLED-Effects/master/CustomEffects/wled/";
fetchAndExecute(url, name, function(text) {
console.log(text);
if (name == "wledv032.json" || name == "presets.json") {
if (!confirm('Are you sure to download/overwrite ' + name + '?'))
return;