We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Creates error when uploading to ESP8266
# Break: require: module "commodetto/parseRLE" not found! C:\Users\antho\moddable\examples\commodetto\progress\main.js (34) # Break: C:\Users\antho\moddable\examples\commodetto\progress\main.js: get parseRLE: undefined variable!
Fix: change line 21 from
import parseRLE from "commodetto/parseRLE";
to
import ParseRLE from "commodetto/ParseRLE";
and line 34 from
let spinner = parseRLE(new Resource("spinner-strip-80px-24cell-blue-alpha.bm4"));
let spinner = ParseRLE(new Resource("spinner-strip-80px-24cell-blue-alpha.bm4"));
The text was updated successfully, but these errors were encountered:
Hello -
Thank you again for the report. The fix will be rolled into our next Open Source update.
Regards, Brian
Sorry, something went wrong.
No branches or pull requests
Creates error when uploading to ESP8266
Fix:
change line 21 from
to
and line 34 from
to
The text was updated successfully, but these errors were encountered: