Wifi networks

Hi, I need to change wifi network on my previously commissioned imp and still keep its code, xively connection etc.

  • How do I do this - just blink up again ?
  • Also, online/offline icons on IDE are confusing - which way is online and must unit be online all the time on powerup ?

If your imp is working, you can change wifi settings in code.
https://electricimp.com/docs/api/imp/setwificonfiguration/.
However, if you really want, you always can blink-up again

If your code has no statements that will disconnect, it will stay connected, even when there is no blinking. If you want to have a led blinking, use this statement:
imp.enableblinkup(true);

Thanks Dolf -Blinkup worked fine again here.