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

Go to the source code of this file.

Classes

class  NetConfig
 

Macros

#define MAX_HTTP_PORT   65001
 
#define MIN_HTTP_PORT   1
 
#define MAX_FTP_PORT   65001
 
#define MIN_FTP_PORT   1
 
#define MAX_TELNET_PORT   65001
 
#define MIN_TELNET_PORT   1
 
#define MAX_WEBSOCKET_PORT   65001
 
#define MIN_WEBSOCKET_PORT   1
 
#define MAX_HOSTNAME_LENGTH   32
 
#define MIN_HOSTNAME_LENGTH   1
 
#define DHCP_MODE   1
 
#define STATIC_IP_MODE   2
 
#define ESP_RADIO_OFF   0
 
#define ESP_WIFI_STA   1
 
#define ESP_WIFI_AP   2
 
#define ESP_BT   3
 
#define ESP_ETH_STA   4
 
#define _NET_CONFIG_H
 

Macro Definition Documentation

◆ _NET_CONFIG_H

#define _NET_CONFIG_H

Definition at line 55 of file netconfig.h.

◆ DHCP_MODE

#define DHCP_MODE   1

Definition at line 36 of file netconfig.h.

◆ ESP_BT

#define ESP_BT   3

Definition at line 43 of file netconfig.h.

◆ ESP_ETH_STA

#define ESP_ETH_STA   4

Definition at line 44 of file netconfig.h.

◆ ESP_RADIO_OFF

#define ESP_RADIO_OFF   0

Definition at line 40 of file netconfig.h.

◆ ESP_WIFI_AP

#define ESP_WIFI_AP   2

Definition at line 42 of file netconfig.h.

◆ ESP_WIFI_STA

#define ESP_WIFI_STA   1

Definition at line 41 of file netconfig.h.

◆ MAX_FTP_PORT

#define MAX_FTP_PORT   65001

Definition at line 26 of file netconfig.h.

◆ MAX_HOSTNAME_LENGTH

#define MAX_HOSTNAME_LENGTH   32

Definition at line 32 of file netconfig.h.

◆ MAX_HTTP_PORT

#define MAX_HTTP_PORT   65001

Definition at line 24 of file netconfig.h.

◆ MAX_TELNET_PORT

#define MAX_TELNET_PORT   65001

Definition at line 28 of file netconfig.h.

◆ MAX_WEBSOCKET_PORT

#define MAX_WEBSOCKET_PORT   65001

Definition at line 30 of file netconfig.h.

◆ MIN_FTP_PORT

#define MIN_FTP_PORT   1

Definition at line 27 of file netconfig.h.

◆ MIN_HOSTNAME_LENGTH

#define MIN_HOSTNAME_LENGTH   1

Definition at line 33 of file netconfig.h.

◆ MIN_HTTP_PORT

#define MIN_HTTP_PORT   1

Definition at line 25 of file netconfig.h.

◆ MIN_TELNET_PORT

#define MIN_TELNET_PORT   1

Definition at line 29 of file netconfig.h.

◆ MIN_WEBSOCKET_PORT

#define MIN_WEBSOCKET_PORT   1

Definition at line 31 of file netconfig.h.

◆ STATIC_IP_MODE

#define STATIC_IP_MODE   2

Definition at line 37 of file netconfig.h.