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:
@@ -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(() => {
|
||||
|
||||
Reference in New Issue
Block a user