Bugfix 2D without ledmap

index.js: remove showToast when ledmap not found

FX_2DFCN: Check on ledmapsize >0 for doing logical and physical mapping
This commit is contained in:
Ewoud
2023-02-14 21:47:25 +01:00
parent f62f94270d
commit def3cde8b8
4 changed files with 743 additions and 743 deletions

View File

@@ -2907,7 +2907,7 @@ function fetchAndExecute(url, name, callback)
callback(text);
})
.catch(function (error) {
showToast("Error getting " + name, true);
// showToast("Error getting " + name, true);
console.log(error);
})
.finally(() => {