Update wifimgr

This commit is contained in:
Magnus Persson
2022-03-05 19:55:16 +01:00
parent c681619be8
commit 6dfe5a80fd
2 changed files with 3 additions and 2 deletions

View File

@ -57,6 +57,7 @@ SOFTWARE.
#define USING_CORS_FEATURE false
#define NUM_WIFI_CREDENTIALS 1
#define USE_STATIC_IP_CONFIG_IN_CP false
#define _WIFIMGR_LOGLEVEL_ 3
#include <ESP_WiFiManager.h>
// Override the look and feel of the standard ui (hide secondary forms)
const char WM_HTTP_FORM_START[] PROGMEM =
@ -69,7 +70,6 @@ const char WM_HTTP_FORM_START[] PROGMEM =
"placeholder='SSID1'><div></div></div><div "
"hidden><label>Password</label><input id='p1' name='p1' length=64 "
"placeholder='password1'><div></div></div></fieldset>";
#include <ESP_WiFiManager-Impl.h>
ESP_WiFiManager *myWifiManager;
DoubleResetDetector *myDRD;