Skip to content

Conversation

pshank
Copy link
Collaborator

@pshank pshank commented Nov 16, 2017

No description provided.

@pshank
Copy link
Collaborator Author

pshank commented Nov 16, 2017

@tadpol

#ifdef SL_DRIVER_VERSION
client->sslConnect(serverName,443);
#if defined(ESP8266)
client->connect(serverName,443);
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We need to fix the hardcoding of the port number. But not in this PR.

@pshank
Copy link
Collaborator Author

pshank commented Jan 3, 2018

Do not Merge this branch with Master!

ESP8266 secure connection functionality has been added in PR #25

client->stop();
#ifdef SL_DRIVER_VERSION
client->sslConnect(serverName,443);
#if defined(ESP8266)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Needs to be changed to:
#elif (ESP8266)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants