You are reading a single comment by @MaBe and its replies. Click here to read the full conversation.
  • Yes, perfect. Many thanks for implementing all this super helpfull stuff.

    espruino --port /dev/tty.usbserial-54240369371  -b 115200 --storage MQTTCL-S:MQTT.min.js
    
    ...
    >
    Upload Complete
    
    >require('Storage').list()
    =[
      "MQTT-S",
      "MQTTCL-S"
     ]
    >mqtt = require('MQTTCL-S')
    ={
      create: function (t,e) { ... },
      connect: function (t) { ... }
     }
    >
    
About

Avatar for MaBe @MaBe started