mirror of
https://github.com/lwip-tcpip/lwip.git
synced 2025-01-12 21:41:28 +00:00
Fix typo in MQTT port #define
This commit is contained in:
parent
8fa55e32d2
commit
093adf8322
@ -57,7 +57,7 @@ struct altcp_tls_config;
|
|||||||
#define MQTT_PORT LWIP_IANA_PORT_MQTT
|
#define MQTT_PORT LWIP_IANA_PORT_MQTT
|
||||||
/** @ingroup mqtt
|
/** @ingroup mqtt
|
||||||
* Default MQTT TLS port */
|
* Default MQTT TLS port */
|
||||||
#define MQTT_TLS_PORT LWIP_IANA_PORT_SEQURE_MQTT
|
#define MQTT_TLS_PORT LWIP_IANA_PORT_SECURE_MQTT
|
||||||
|
|
||||||
/*---------------------------------------------------------------------------------------------- */
|
/*---------------------------------------------------------------------------------------------- */
|
||||||
/* Connection with server */
|
/* Connection with server */
|
||||||
|
@ -83,7 +83,7 @@ enum lwip_iana_port_number {
|
|||||||
/** MDNS */
|
/** MDNS */
|
||||||
LWIP_IANA_PORT_MDNS = 5353,
|
LWIP_IANA_PORT_MDNS = 5353,
|
||||||
/** Secure MQTT */
|
/** Secure MQTT */
|
||||||
LWIP_IANA_PORT_SEQURE_MQTT = 8883
|
LWIP_IANA_PORT_SECURE_MQTT = 8883
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif /* LWIP_HDR_PROT_IANA_H */
|
#endif /* LWIP_HDR_PROT_IANA_H */
|
||||||
|
Loading…
Reference in New Issue
Block a user