Hmm - there's nothing built in that should be accessing the internet, except Telnet on the ESP8266...
Can you try: TelnetServer.setOptions({mode:'off'}) and save() and see if that helps?
TelnetServer.setOptions({mode:'off'})
save()
@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.
Hmm - there's nothing built in that should be accessing the internet, except Telnet on the ESP8266...
Can you try:
TelnetServer.setOptions({mode:'off'})
andsave()
and see if that helps?