Script size limit - upload to puck.js

Posted on
  • Hi!
    is there an upload script limit in size when saving it into the puck device?

    thanks.

  • Yes, with 'save to flash' turned on, it's about 40kB.

    Without it really depends on what you're uploading as the code is executed and the results put into RAM, and then when you save that to flash it's compressed.

    Remember you can also turn on minification, and if not doing 'save to flash' you can also turn on 'pretokenisation' with E.setFlags({pretokenise:1}).

  • Ok ! thank you.

  • Post a reply
    • Bold
    • Italics
    • Link
    • Image
    • List
    • Quote
    • code
    • Preview
About

Script size limit - upload to puck.js

Posted by Avatar for Christof550 @Christof550

Actions