RBE1001Lib
Functions | Variables
WifiManagerExample.ino File Reference
#include <Preferences.h>
#include <WiFi.h>
#include <Esp32WifiManager.h>
Include dependency graph for WifiManagerExample.ino:

Go to the source code of this file.

Functions

void setup ()
 
void loop ()
 

Variables

WifiManager manager
 

Function Documentation

◆ loop()

void loop ( )

Definition at line 13 of file WifiManagerExample.ino.

References Connected, WifiManager::getState(), and WifiManager::loop().

Here is the call graph for this function:

◆ setup()

void setup ( )

Definition at line 8 of file WifiManagerExample.ino.

References WifiManager::setupScan().

Here is the call graph for this function:

Variable Documentation

◆ manager

WifiManager manager

Definition at line 6 of file WifiManagerExample.ino.