You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 28, 2019. It is now read-only.
I'm using your source code with some modification for my specific application, I whould like to switch OFF wifi some time to save power, but I don't see where the first connexion is done in code, I'm using only HTTPD server
I only this code in user_init()
#if HTTPD_SERVER
/*Initialize DNS server for captive portal*/
captdnsInit();
/*Initialize espfs containing static webpages*/
espFsInit((void*)(webpages_espfs_start));
/*Initialize webserver*/
httpdInit(builtInUrls, 80);
#endif
Could you please help me?
Thanks
THierry,
The text was updated successfully, but these errors were encountered:
I fact I understand why I don't found where the connexion was not fount in my code : the module was in autoconnect then the connexion is done by the espressif lib by reading internal configuration.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Good evening,
I'm using your source code with some modification for my specific application, I whould like to switch OFF wifi some time to save power, but I don't see where the first connexion is done in code, I'm using only HTTPD server
I only this code in user_init()
Could you please help me?
Thanks
THierry,
The text was updated successfully, but these errors were encountered: