-->
Page 2 of 5

Re: Start up an AP if unable to reconnect to last network

PostPosted: Thu Feb 26, 2015 10:23 pm
by mtnbrit
this works great! on the latest firmware build 20150213, it was crashing on the f.close() in launchApp(), don't know why, I commented it out and now it seems stable.

Re: Start up an AP if unable to reconnect to last network

PostPosted: Sat Feb 28, 2015 7:36 am
by sean_intez
I had that problem too. commenting "f.close" fixed it.

Is there anyway that we can save data and settings in the SPI flash permanently? I need to store users details permanently so it does not wipe off after power cut.

Re: Start up an AP if unable to reconnect to last network

PostPosted: Mon Mar 16, 2015 1:36 pm
by johandk
Hi Andrew, is it possible to post your solution here?

Re: Start up an AP if unable to reconnect to last network

PostPosted: Wed Apr 08, 2015 2:42 pm
by timoline
Hello draco,
this works better then I hoped and almost exactly what I wanted to code.
Is this your last updated version and is it somewhere on github?

p.s. and here is my listap callback example ;)