• Hi @Robin,

    for ESP8266 the named modules used in #1 are included in the Espruino by default as @allObjects explained, it is not possible to load them from github

    this is how you can printout the included modules:

    >process.env.MODULES.split(',');
    =[
      "Flash",
      "Storage",
      "heatshrink",
      "net",
      "dgram",
      "http",
      "NetworkJS",
      "Wifi",
      "ESP8266",
      "TelnetServer",
      "crypto",
      "neopixel"
     ]
    > 
    
About

Avatar for MaBe @MaBe started