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.
@user73560 started
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
Hi @Gordon,
When trying again with 1v92 to disconnect all connections which are not whitelisted
On first attempt the non-whitelisted ip is disconnected, while on second attempt the puck reboots.
Thank you.