-->
Page 1 of 1

How to store multiple station configurations in flash?

PostPosted: Sun Mar 05, 2017 9:50 am
by jwmeyer
The docs say I can have up to 5 station configs stored in flash and then use wifi.sta.getapinfo to retrieve the table but for the life of me I cannot figure how to get more then one stored.
What I'm I missing?

Re: How to store multiple station configurations in flash?

PostPosted: Tue May 23, 2017 6:43 pm
by dnc40085
Hello,
This might be a bit late... the default setting of 5 shown in the docs for wifi.sta.setaplimit is incorrect, the default is actually 1.

If you run wifi.sta.setaplimit(5), you should be able to store up to 5 Access Points in flash.