don't see anything either in the processNextFrame method
processNextFrame
let i,j,k,l;
maybe you can try to assign values when declared so it can better guess the type
also assigning Math.round and other frequently called methods to variables may speed it up
@fanoush started
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
don't see anything either in the
processNextFrame
methodmaybe you can try to assign values when declared so it can better guess the type
also assigning Math.round and other frequently called methods to variables may speed it up