You are reading a single comment by @Ollie and its replies. Click here to read the full conversation.
  • @user74461

    
    When using a using a terminal app to send code, you won't have modules autoloaded by default, but that shouldn't be your issue with the Wifi module as that is built in.
    
    Are you saying that you get undefined returned from this?
    
    

    var wifi = require("Wifi");
    wifi.getStatus();
    ```

About

Avatar for Ollie @Ollie started