RBE1001Lib
Functions | Variables
APModeExample.ino File Reference
#include <Preferences.h>
#include <WiFi.h>
#include <Esp32WifiManager.h>
Include dependency graph for APModeExample.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 11 of file APModeExample.ino.

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

Here is the call graph for this function:

◆ setup()

void setup ( )

Definition at line 7 of file APModeExample.ino.

References WifiManager::setupAP().

Here is the call graph for this function:

Variable Documentation

◆ manager

WifiManager manager

Definition at line 6 of file APModeExample.ino.