Compare commits
No commits in common. "88e480716a16b99018c02b2776dba495f3a6e873" and "c9e366b54259e34f33afe25b1b77a69c09a68933" have entirely different histories.
88e480716a
...
c9e366b542
|
@ -40,8 +40,8 @@ void saveConfigCallback () {
|
|||
void setupWifiConnection() {
|
||||
WiFiManager wifiManager;
|
||||
|
||||
//set config save notify callback
|
||||
wifiManager.setSaveConfigCallback(saveConfigCallback);
|
||||
wifiManager.setConfigPortalTimeout(300);
|
||||
|
||||
//set static ip
|
||||
IPAddress _ip,_gw,_sn;
|
||||
|
|
Loading…
Reference in New Issue