Forgot documentation on MQTT port #define

This commit is contained in:
Dirk Ziegelmeier 2016-12-24 12:06:53 +01:00
parent 83b1c397a0
commit c1d16c61eb

View File

@ -46,6 +46,8 @@ extern "C" {
typedef struct mqtt_client_t mqtt_client_t;
/** @ingroup mqtt
* Default MQTT port */
#define MQTT_PORT 1883
/*---------------------------------------------------------------------------------------------- */