ESP3D  3.0
Firmware for ESP boards connected to 3D Printer
wificonfig.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  WiFiConfig
 

Macros

#define MAX_SSID_LENGTH   32
 
#define MIN_SSID_LENGTH   1
 
#define MIN_CHANNEL   1
 
#define MAX_CHANNEL   14
 
#define MAX_PASSWORD_LENGTH   64
 
#define MIN_PASSWORD_LENGTH   8
 
#define _WIFI_CONFIG_H
 

Macro Definition Documentation

◆ _WIFI_CONFIG_H

#define _WIFI_CONFIG_H

Definition at line 51 of file wificonfig.h.

◆ MAX_CHANNEL

#define MAX_CHANNEL   14

Definition at line 25 of file wificonfig.h.

◆ MAX_PASSWORD_LENGTH

#define MAX_PASSWORD_LENGTH   64

Definition at line 26 of file wificonfig.h.

◆ MAX_SSID_LENGTH

#define MAX_SSID_LENGTH   32

Definition at line 22 of file wificonfig.h.

◆ MIN_CHANNEL

#define MIN_CHANNEL   1

Definition at line 24 of file wificonfig.h.

◆ MIN_PASSWORD_LENGTH

#define MIN_PASSWORD_LENGTH   8

Definition at line 29 of file wificonfig.h.

◆ MIN_SSID_LENGTH

#define MIN_SSID_LENGTH   1

Definition at line 23 of file wificonfig.h.