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

https://github.com/xoseperez/justwifi/blob/637297ce2687f97106cf9e941008dc58226449c0/src/JustWifi.cpp#L670 the max ssid length by the RFC is 32. this causes problems with long ssid names change 31 to 32

Trying to compile the SmartConfig example, there is the error message 'class JustWifi' has no member named 'startSmartConfig' How / where would that be defined ?

Every time i compile for upload i get these warnings. I can still upload and everything appears to work just fine i just wondering why i get these warnings and...

your JustWifi is very good and worked in PIO. but can not be used in arduino.exe would you please give a compiled lib for me to use it in arduino.exe...

For the ESP32 porting of Espurna, it is necessary to have an ESP32 version of JustWifi. So if you agree with these changes, thanks to merge them. Most of these...

If there are no networks defined, the WiFiMode will be set to WIFI_AP. If there are any networks defined, but none of the known networks are found in the scan...

Hi. Is the library doing scan for the best network while still connected? Example UC: there is a mesh network where APs can go online/offline for maintenance. The areas are...

Uses WIFI_CONNECT_TIMEOUT variable in general.h from the espurna source code. (which is set to 60 seconds) Not sure if this is a default behavior that got overlooked or is undesired,...

Hi, First, thanks for sharing and efforts. I am trying to use the WPS . I got below error message while compiling wps scketch. 'class JustWifi' has no member named...

question

As suggested in https://github.com/xoseperez/espurna/issues/1567: it will be interesting to be able to trigger a WiFi scan and get processed info from the networks, like sorted by RSSI or showing hidden...