You are reading a single comment by @Gordon and its replies. Click here to read the full conversation.
  • Just to add a real world example:

    var w = require("ESP8266WiFi_0v25");
    console.log(process.memory().usage);
    
    // 1v81
    618
    // current build
    520
    
    
    var w = require("MQTT");
    console.log(process.memory().usage);
    
    // 1v81
    467
    // current build
    403
    
About

Avatar for Gordon @Gordon started