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:
David Čermák
2022-05-17 15:43:37 +08:00

View File

@ -60,7 +60,7 @@
#define MQTT_WS_DEFAULT_PORT 80
#endif
#ifdef MQTT_WSS_DEFAULT_PORT
#ifdef CONFIG_MQTT_WSS_DEFAULT_PORT
#define MQTT_WSS_DEFAULT_PORT CONFIG_MQTT_WSS_DEFAULT_PORT
#else
#define MQTT_WSS_DEFAULT_PORT 443