You are reading a single comment by @user73560 and its replies. Click here to read the full conversation.
  • Hi @Gordon,

    When trying again with 1v92 to disconnect all connections which are not whitelisted

    var serverAddress="xx:xx:xx:xx:xx:xx";
    NRF.on('connect',function(addr) {
      if (addr.split(' ')[0]!=serverAddress) {
        NRF.disconnect();
      }
    });
    

    On first attempt the non-whitelisted ip is disconnected, while on second attempt the puck reboots.

    Thank you.

About

Avatar for user73560 @user73560 started