Is there a way to mark apps as needing something from a specific firmware version?
Not right now - there's another thread on this, but the best bet right now would be to either check process.env.VERSION in your code, or maybe even call fillRect as above in a try/catch block and see if it errors.
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.
Not right now - there's another thread on this, but the best bet right now would be to either check process.env.VERSION in your code, or maybe even call
fillRect
as above in a try/catch block and see if it errors.