You are reading a single comment by @allObjects and its replies. Click here to read the full conversation.
  • Just noticed the details in your require statement (sorry for the slow start):
    CC3000 is a firm-ware built-in module, that's why you do not find it in the "https://www.espruino.com/modules/..." Web place. You though still have to require("CC3000") it in order to use it. Btw, you do not need to provide full url to get modules from the official https://www.espruino.com/modules site, the file name (without extension(s) - is sufficient per default.

    When you go https://www.espruino.com/Download#flashi­ng and choose your board in drop-down in section Find Binary, the Espruino firmware binary builds that have no suffix are the builds that include CC3000 module. If your flashing in the IDE does not ask for CC3000 or WIZnet, you can use the Advanced Firmware Update in the SETTINGS - FLASHER to push the desired binary.

About

Avatar for allObjects @allObjects started