justwifi
justwifi copied to clipboard
WIFI Manager for ESP8266 using Arduino Core framework
If I use the basic example and try to connect to an SSID that isn't broadcast, it just says "No known networks found"
With latest lwip 2 from esp github repo, we we call jw.disconnect() it is not automatically connecting back to the network (Or should I say, pretending that it is not...
Originally reported by: **Arihant Daga (Bitbucket: [arihantdaga](https://bitbucket.org/arihantdaga), GitHub: [arihantdaga](https://github.com/arihantdaga))** ---------------------------------------- I am refering to this code in espurna framework. jw.setSoftAP(getSetting("hostname", HOSTNAME).c_str(), NULL); If AP_MODE is set to AP_MODE_OFF then after...
i am building https://github.com/xoseperez/sonoffsc for esp8266 in platformio i had to change the justwifi link from https://bitbucket.org/xoseperez/justwifi.git to https://github.com/xoseperez/justwifi when I press upload, it starts compiling and then I see...