vshymanskyy / blynk-library-js

Blynk library for JS. Works with Browsers, Node.js, Espruino.
https://blynk.io/
MIT License
215 stars 67 forks source link

No longer connects #47

Closed mgrzemow closed 5 years ago

mgrzemow commented 5 years ago

The port of blynk-cloud.com has changed from 8441 to 9443.

I have changed the port in my local copy in blynk-node.js: self.port = options.port || 9443;

And it seems to be working ok.

You might want to make the fix and update in npm.

Cheers. :)

vshymanskyy commented 5 years ago

Should be fixed on the latest master.