Closed Guenni75 closed 1 year ago
FastLEDHub uses WiFiManager to manage wifi settings. Rather than instantiating a new WiFiManager instance you can access its settings via the existing instance like this:
#include <ESPEssentials.h>
...
ESPEssentials::Wifi.resetSettings();
For more information on how to use WiFiManager, please have a look here.
Hello. Where are the WLan Settings???