AllWize Library
Macros
configuration.h File Reference

Go to the source code of this file.

Macros

#define DEBUG_SERIAL   Serial
 
#define WIFI_SSID   "daoiz"
 
#define WIFI_PASSWORD   "calamento"
 
#define RESET_PIN   14
 
#define RX_PIN   12
 
#define TX_PIN   13
 
#define WIZE_CHANNEL   CHANNEL_04
 
#define WIZE_POWER   POWER_20dBm
 
#define WIZE_DATARATE   DATARATE_2400bps
 
#define MQTT_HOST   "192.168.1.100"
 
#define MQTT_PORT   1883
 
#define MQTT_QOS   2
 
#define MQTT_RETAIN   0
 
#define MQTT_TOPIC   "team/%u/field_%u"
 

Macro Definition Documentation

◆ DEBUG_SERIAL

#define DEBUG_SERIAL   Serial

Definition at line 13 of file configuration.h.

◆ MQTT_HOST

#define MQTT_HOST   "192.168.1.100"

Definition at line 47 of file configuration.h.

◆ MQTT_PORT

#define MQTT_PORT   1883

Definition at line 48 of file configuration.h.

◆ MQTT_QOS

#define MQTT_QOS   2

Definition at line 52 of file configuration.h.

◆ MQTT_RETAIN

#define MQTT_RETAIN   0

Definition at line 53 of file configuration.h.

◆ MQTT_TOPIC

#define MQTT_TOPIC   "team/%u/field_%u"

Definition at line 54 of file configuration.h.

◆ RESET_PIN

#define RESET_PIN   14

Definition at line 26 of file configuration.h.

◆ RX_PIN

#define RX_PIN   12

Definition at line 27 of file configuration.h.

◆ TX_PIN

#define TX_PIN   13

Definition at line 28 of file configuration.h.

◆ WIFI_PASSWORD

#define WIFI_PASSWORD   "calamento"

Definition at line 20 of file configuration.h.

◆ WIFI_SSID

#define WIFI_SSID   "daoiz"

Definition at line 19 of file configuration.h.

◆ WIZE_CHANNEL

#define WIZE_CHANNEL   CHANNEL_04

Definition at line 34 of file configuration.h.

◆ WIZE_DATARATE

#define WIZE_DATARATE   DATARATE_2400bps

Definition at line 36 of file configuration.h.

◆ WIZE_POWER

#define WIZE_POWER   POWER_20dBm

Definition at line 35 of file configuration.h.