AllWize Library
|
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@allwize.io" |
#define | FORWARDER_DESCRIPTION "allwize-gw01" |
#define | NTP_SERVER "pool.ntp.org" |
#define | NTP_SYNC_INTERVAL 10 |
#define | NTP_UPDATE_INTERVAL 1800 |
#define DEBUG_PORT Serial |
Definition at line 13 of file configuration.h.
#define DEBUG_PORT_BAUDRATE 115200 |
Definition at line 14 of file configuration.h.
#define FORWARDER_ALTITUDE 10 |
Definition at line 46 of file configuration.h.
#define FORWARDER_DESCRIPTION "allwize-gw01" |
Definition at line 49 of file configuration.h.
#define FORWARDER_EMAIL "xose@allwize.io" |
Definition at line 48 of file configuration.h.
#define FORWARDER_GATEWAY_TYPE "AllWize G1 ESP8266" |
Definition at line 47 of file configuration.h.
#define FORWARDER_LATITUDE 41.60123934 |
Definition at line 44 of file configuration.h.
#define FORWARDER_LONGITUDE 2.62249336 |
Definition at line 45 of file configuration.h.
#define FORWARDER_PORT 1700 |
Definition at line 43 of file configuration.h.
#define FORWARDER_SERVER IPAddress(52,169,76,203) |
Definition at line 42 of file configuration.h.
#define NTP_SERVER "pool.ntp.org" |
Definition at line 55 of file configuration.h.
#define NTP_SYNC_INTERVAL 10 |
Definition at line 56 of file configuration.h.
#define NTP_UPDATE_INTERVAL 1800 |
Definition at line 57 of file configuration.h.
#define RESET_PIN 14 |
Definition at line 27 of file configuration.h.
#define RX_PIN 5 |
Definition at line 28 of file configuration.h.
#define TX_PIN 4 |
Definition at line 29 of file configuration.h.
#define WIFI_PASSWORD "calamento" |
Definition at line 21 of file configuration.h.
#define WIFI_SSID "daoiz" |
Definition at line 20 of file configuration.h.
#define WIZE_CHANNEL CHANNEL_04 |
Definition at line 35 of file configuration.h.
#define WIZE_DATARATE DATARATE_2400bps |
Definition at line 36 of file configuration.h.