AllWize Library
Macros
configuration.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define DEBUG_PORT   Serial
 
#define DEBUG_PORT_BAUDRATE   115200
 
#define WIFI_SSID   "daoiz"
 
#define WIFI_PASSWORD   "calamento"
 
#define RESET_PIN   14
 
#define RX_PIN   5
 
#define TX_PIN   4
 
#define WIZE_CHANNEL   CHANNEL_04
 
#define WIZE_DATARATE   DATARATE_2400bps
 
#define FORWARDER_SERVER   IPAddress(52,169,76,203)
 
#define FORWARDER_PORT   1700
 
#define FORWARDER_LATITUDE   41.60123934
 
#define FORWARDER_LONGITUDE   2.62249336
 
#define FORWARDER_ALTITUDE   10
 
#define FORWARDER_GATEWAY_TYPE   "AllWize G1 ESP8266"
 
#define FORWARDER_EMAIL   "xose.perez@gmail.com"
 
#define FORWARDER_DESCRIPTION   "xp-gw05-allwize"
 
#define NTP_SERVER   "pool.ntp.org"
 
#define NTP_SYNC_INTERVAL   10
 
#define NTP_UPDATE_INTERVAL   1800
 

Macro Definition Documentation

◆ DEBUG_PORT

#define DEBUG_PORT   Serial

Definition at line 13 of file configuration.h.

◆ DEBUG_PORT_BAUDRATE

#define DEBUG_PORT_BAUDRATE   115200

Definition at line 14 of file configuration.h.

◆ FORWARDER_ALTITUDE

#define FORWARDER_ALTITUDE   10

Definition at line 46 of file configuration.h.

◆ FORWARDER_DESCRIPTION

#define FORWARDER_DESCRIPTION   "xp-gw05-allwize"

Definition at line 49 of file configuration.h.

◆ FORWARDER_EMAIL

#define FORWARDER_EMAIL   "xose.perez@gmail.com"

Definition at line 48 of file configuration.h.

◆ FORWARDER_GATEWAY_TYPE

#define FORWARDER_GATEWAY_TYPE   "AllWize G1 ESP8266"

Definition at line 47 of file configuration.h.

◆ FORWARDER_LATITUDE

#define FORWARDER_LATITUDE   41.60123934

Definition at line 44 of file configuration.h.

◆ FORWARDER_LONGITUDE

#define FORWARDER_LONGITUDE   2.62249336

Definition at line 45 of file configuration.h.

◆ FORWARDER_PORT

#define FORWARDER_PORT   1700

Definition at line 43 of file configuration.h.

◆ FORWARDER_SERVER

#define FORWARDER_SERVER   IPAddress(52,169,76,203)

Definition at line 42 of file configuration.h.

◆ NTP_SERVER

#define NTP_SERVER   "pool.ntp.org"

Definition at line 55 of file configuration.h.

◆ NTP_SYNC_INTERVAL

#define NTP_SYNC_INTERVAL   10

Definition at line 56 of file configuration.h.

◆ NTP_UPDATE_INTERVAL

#define NTP_UPDATE_INTERVAL   1800

Definition at line 57 of file configuration.h.

◆ RESET_PIN

#define RESET_PIN   14

Definition at line 27 of file configuration.h.

◆ RX_PIN

#define RX_PIN   5

Definition at line 28 of file configuration.h.

◆ TX_PIN

#define TX_PIN   4

Definition at line 29 of file configuration.h.

◆ WIFI_PASSWORD

#define WIFI_PASSWORD   "calamento"

Definition at line 21 of file configuration.h.

◆ WIFI_SSID

#define WIFI_SSID   "daoiz"

Definition at line 20 of file configuration.h.

◆ WIZE_CHANNEL

#define WIZE_CHANNEL   CHANNEL_04

Definition at line 35 of file configuration.h.

◆ WIZE_DATARATE

#define WIZE_DATARATE   DATARATE_2400bps

Definition at line 36 of file configuration.h.