You are reading a single comment by @Proceed and its replies. Click here to read the full conversation.
  • Hello,

    I'm having trouble uploading a bundled file to my PIXL.js. It will take a while to complete the upload, but it won't give positive feedback.

    The code which I'm trying to execute looks something like this:

    const engine = require('engine');
    
    E.on('init', () => {
      Terminal.println('Something.');
    });
    
    

    where engine is the aforementioned file and I'm running save() to save to the flash storage.
    I am already having doubts that my bundle is too big, but it would be helpful if there was an indicator for that.

    Edit:
    Output for process.memory():

    {
       free: 2348,
       usage: 152,
       total: 2500,
       history: 22
    }
    
About

Avatar for Proceed @Proceed started