espressif / esp-mqtt

ESP32 mqtt component
Apache License 2.0
610 stars 257 forks source link

Possible typo in mqtt_config.h (IDFGH-7355) #223

Closed ash-69 closed 2 years ago

ash-69 commented 2 years ago

Should the line 65 in include/mqtt_config.h file: #ifdef MQTT_WSS_DEFAULT_PORT be replaced with: #ifdef CONFIG_MQTT_WSS_DEFAULT_PORT ?

euripedesrocha commented 2 years ago

Hi @ash-69, thanks for reporting. I just corrected the issue, fix should be available soon.