Skip to content

mqtt port hardcoded #2

@Terr4

Description

@Terr4

I think there is an error in the sketch "esp32-deep-sleep-mqtts", at the top you define the MQTT port but then it's hardcoded below, took me some minutes figuring out why it was not connecting to my server.

#define MQTT_PORT 8883

mqtt.setServer(srvip, 8883);

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions