Search found 3 matches

by shellian.systems
Fri Jan 04, 2019 11:34 am
Forum: ESP8266 boards
Topic: Is wifi.persistent implemented?
Replies: 10
Views: 8364

Re: Is wifi.persistent implemented?

Hi Flywire, As kevinkk525 mentioned, we are discussing a different "persistent" here. Not a persistent network connection, but rather maintaining network credentials in flash persistently. That said, I don't see anything in your code sample that should not work in terms of connecting to a network, s...
by shellian.systems
Sat Dec 22, 2018 12:42 pm
Forum: ESP8266 boards
Topic: Is wifi.persistent implemented?
Replies: 10
Views: 8364

Re: Is wifi.persistent implemented?

Thank you pythoncoder and kevinkk525 for your comments and ideas. In my use case, and a few other designs I have seen, the wifi is not necessarily needed initially as there is nothing significant to report to a server somewhere. In my case, I disable radio at boot to conserve precious battery power....
by shellian.systems
Thu Dec 20, 2018 3:19 pm
Forum: ESP8266 boards
Topic: Is wifi.persistent implemented?
Replies: 10
Views: 8364

Is wifi.persistent implemented?

Hi Folks, I've searched the forums and noted some discussions back in 2016 about issues and challenges disabling the wifi credential persistent storage on the esp8266. I know over in the arduino world that the function WiFi.persistent(false) exists to disable the constant writing of the credentials ...