justwifi icon indicating copy to clipboard operation
justwifi copied to clipboard

WIFI Manager for ESP8266 using Arduino Core framework

Results 14 justwifi issues
Sort by recently updated
recently updated
newest added

If I use the basic example and try to connect to an SSID that isn't broadcast, it just says "No known networks found"

question

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...

bug

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...

bug
major

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...