mirror of
https://github.com/espressif/esp-mqtt.git
synced 2025-08-01 03:35:11 +02:00
Merge branch 'bugfix/wrong_wss_port_definition' into 'master'
Fix WSS default port selection through menuconfig. See merge request espressif/esp-mqtt!132
This commit is contained in:
@@ -60,7 +60,7 @@
|
|||||||
#define MQTT_WS_DEFAULT_PORT 80
|
#define MQTT_WS_DEFAULT_PORT 80
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef MQTT_WSS_DEFAULT_PORT
|
#ifdef CONFIG_MQTT_WSS_DEFAULT_PORT
|
||||||
#define MQTT_WSS_DEFAULT_PORT CONFIG_MQTT_WSS_DEFAULT_PORT
|
#define MQTT_WSS_DEFAULT_PORT CONFIG_MQTT_WSS_DEFAULT_PORT
|
||||||
#else
|
#else
|
||||||
#define MQTT_WSS_DEFAULT_PORT 443
|
#define MQTT_WSS_DEFAULT_PORT 443
|
||||||
|
Reference in New Issue
Block a user