The reason the build you made first didn't work is that binaries flashed using the WebIDE need to have the bootloader included (the documentation doesn't hit you over the head with this like it ought to). Use the create_espruino_image_1v3.sh script
Like this:
WIZNET=1 ./scripts/create_espruino_image_1v3.sh
I've not had the problem you do with setIP() not working - mine just works. I suspect it's down to different network conditions.
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.
The reason the build you made first didn't work is that binaries flashed using the WebIDE need to have the bootloader included (the documentation doesn't hit you over the head with this like it ought to). Use the create_espruino_image_1v3.sh script
Like this:
I've not had the problem you do with setIP() not working - mine just works. I suspect it's down to different network conditions.