• Did not see the MQTT module. More can that where to disable that would work MQTT.

    
    |   __|___ ___ ___ _ _|_|___ ___
    |   __|_ -| . |  _| | | |   | . |
    |_____|___|  _|_| |___|_|_|_|___|
              |_| http://espruino.com
     1v94 Copyright 2016 G.Williams
    Espruino is Open Source. Our work is supported
    only by sales of official boards and donations:
    http://espruino.com/Donate
    Flash map 4MB:512/512, manuf 0xef chip 0x4016
    >var server = "m14.cloudmqtt.com";
    ="m14.cloudmqtt.com"
    ={
      "client_id": "random",
      "keep_alive": 60, "port": 15577, "clean_session": true,
      "username": "",
      "password": "",
      "protocol_name": "MQTT",
      "protocol_level": 4 }
    >var mqtt = require("MQTT").create(server, options);
    Uncaught Error: Module "MQTT" not found
     at line 1 col 26
    var mqtt = require("MQTT").create(server, options);
                             ^
    
About

Avatar for Alexander @Alexander started