Add #define with default MQTT port for convenience

This commit is contained in:
Dirk Ziegelmeier 2016-12-24 12:05:27 +01:00
parent bfa0358a52
commit 83b1c397a0

View File

@ -46,6 +46,8 @@ extern "C" {
typedef struct mqtt_client_t mqtt_client_t;
#define MQTT_PORT 1883
/*---------------------------------------------------------------------------------------------- */
/* Connection with server */