AllWize Library
|
Go to the source code of this file.
Macros | |
#define | DECODE_PAYLOAD 1 |
#define | PAYLOAD_CSV 1 |
#define | PAYLOAD_MBUS 2 |
#define | PAYLOAD_LPP 3 |
#define | PAYLOAD_ENCODING PAYLOAD_LPP |
#define | DEBUG_SERIAL Serial |
#define | WIFI_SSID "..." |
#define | WIFI_PASSWORD "..." |
#define | RESET_PIN 14 |
#define | RX_PIN 5 |
#define | TX_PIN 4 |
#define | WIZE_CHANNEL CHANNEL_04 |
#define | WIZE_POWER POWER_20dBm |
#define | WIZE_DATARATE DATARATE_2400bps |
#define | MQTT_HOST "192.168.2.2" |
#define | MQTT_PORT 1883 |
#define | MQTT_USER "" |
#define | MQTT_PASS "" |
#define | MQTT_QOS 2 |
#define | MQTT_RETAIN 0 |
#define DEBUG_SERIAL Serial |
Definition at line 25 of file configuration.sample.h.
#define DECODE_PAYLOAD 1 |
Definition at line 13 of file configuration.sample.h.
#define MQTT_HOST "192.168.2.2" |
Definition at line 54 of file configuration.sample.h.
#define MQTT_PASS "" |
Definition at line 57 of file configuration.sample.h.
#define MQTT_PORT 1883 |
Definition at line 55 of file configuration.sample.h.
#define MQTT_QOS 2 |
Definition at line 58 of file configuration.sample.h.
#define MQTT_RETAIN 0 |
Definition at line 59 of file configuration.sample.h.
#define MQTT_USER "" |
Definition at line 56 of file configuration.sample.h.
#define PAYLOAD_CSV 1 |
Definition at line 15 of file configuration.sample.h.
#define PAYLOAD_ENCODING PAYLOAD_LPP |
Definition at line 19 of file configuration.sample.h.
#define PAYLOAD_LPP 3 |
Definition at line 17 of file configuration.sample.h.
#define PAYLOAD_MBUS 2 |
Definition at line 16 of file configuration.sample.h.
#define RESET_PIN 14 |
Definition at line 38 of file configuration.sample.h.
#define RX_PIN 5 |
Definition at line 39 of file configuration.sample.h.
#define TX_PIN 4 |
Definition at line 40 of file configuration.sample.h.
#define WIFI_PASSWORD "..." |
Definition at line 32 of file configuration.sample.h.
#define WIFI_SSID "..." |
Definition at line 31 of file configuration.sample.h.
#define WIZE_CHANNEL CHANNEL_04 |
Definition at line 46 of file configuration.sample.h.
#define WIZE_DATARATE DATARATE_2400bps |
Definition at line 48 of file configuration.sample.h.
#define WIZE_POWER POWER_20dBm |
Definition at line 47 of file configuration.sample.h.