NicoF2000:
Blynk.begin(auth, ssid, pass, IPAddress(192,168,178,6), 8443 );
Yes, yes we can…by reading the Announcement topics and searching the forum before posting questions… Local Server has required port 8080 for months now.
PS, and since when did 8443 ever get used in a sketch anyhow? That was the old port for in the App… now replaced by 9443 for Local server (I think just 443 will work on Cloud)
Dear all,
in the next few days, we will release new Android update. This update has only 1, but very important change. Blynk app from now will use 443 (default https) port instead of 8443 in Blynk Cloud. This change is required as in many cases 8443 port is blocked by default in some networks.
Update may affect existing local servers.
Default app connection port for the local servers will be moved from 8443 port to 9443 port. The new app will connect to 9443 port of the local server by defaul…
In this release
New hardware support:
TI CC3220 (Energia IDE)
General improvements
Blynk switched to using port 80 by default.
Certificates added for easier switching from Blynk Cloud to Let’s Encrypt
Add setMin & setMax to widgets
Bugfixes:
Fix pinMode command
Fix ESP32 WiFi credentials provisioning
PlatformIO , Particle , ARM mbed and OpenWRT packages have been updated accordingly.
Full list of supported hardware is available here
NOTE: if you have local server and uploa…