got further, just connected and mode switches to "sta+ap"
this works fine
Wifi.getHostByName("bbc.co.uk", function(params){ : fn="Wifi.getHostByName()"; : console.log(fn+" params:" + JSON.stringify(params)); // Tested OK : }); =undefined Wifi.getHostByName() params:"212.58.244.22"
and this dumps
> Wifi.getHostByName("bbc.co.ukk", function(params){ : fn="Wifi.getHostByName()"; : console.log(fn+" params:" + JSON.stringify(params)); // Tested ERR : }); =undefined > ets Jan 8 2013,rst cause:1, boot mode:(3,7) load 0x40100000, len 1396, room 16 tail 4 chksum 0x89 load 0x3ffe8000, len 776, room 4 tail 4 chksum 0xe8 load 0x3ffe8308, len 540, room 4 tail 8 chksum 0xc0 csum 0xc0 2nd boot version : 1.4(b1) SPI Speed : 80MHz SPI Mode : QIO SPI Flash Size & Map: 32Mbit(512KB+512KB) jump to run user1 @ 1000
@MaBe 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.
got further, just connected and mode switches to "sta+ap"
this works fine
and this dumps