Following the calls from jswrap_net_kill it ends up here in the ESP32 case - so it has been implemented, so I think something else is going on.
jswrap_net_kill
https://github.com/espruino/Espruino/blob/fb99bda56518dfa50218fc419b24fac3584cfd9d/libs/network/esp32/network_esp32.c#L199-L203
I have also observed this behaviour in the ESP8266 build.
@Wilberforce 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.
Following the calls from
jswrap_net_kill
it ends up here in the ESP32 case - so it has been implemented, so I think something else is going on.https://github.com/espruino/Espruino/blob/fb99bda56518dfa50218fc419b24fac3584cfd9d/libs/network/esp32/network_esp32.c#L199-L203
I have also observed this behaviour in the ESP8266 build.