Ok, just do:
server.close(); wifi.disconnect(); setTimeout(function() { wifi.connect(..., function() { // ... }); }, 200);
That'll actually power cycle the WiFi
@Gordon 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.
Ok, just do:
That'll actually power cycle the WiFi