You are reading a single comment by @Alexander and its replies. Click here to read the full conversation.
  •  _____                 _
    |   __|___ ___ ___ _ _|_|___ ___
    |   __|_ -| . |  _| | | |   | . |
    |_____|___|  _|_| |___|_|_|_|___|
              |_| http://espruino.com
     1v95 Copyright 2017 G.Williams
    Espruino is Open Source. Our work is supported
    only by sales of official boards and donations:
    http://espruino.com/Donate
    >var wifi = require('Wifi');
    =function () { [native code] }
    >var settings = { ip : '192,168,1,10', gw:'192,168,1,1', netmask:'255,255,255,0' };
    ={
      "ip": "192,168,1,10",
      "gw": "192,168,1,1",
      "netmask": "255,255,255,0"
     }
    >wifi.setIP(settings);
    Uncaught Error: Function "setIP" not found!
     at line 1 col 6
    wifi.setIP(settings);
    
About

Avatar for Alexander @Alexander started