Hi everyone,
I used a local server with hardware port 8442 for a long time ago.
Since blynk updated use the hardware port 80, I did not update the server version, still server-0.29.0-java8.jar
because I use port 80 for my website.
Recently, I can not clone project from qr code from android app, in iOS still ok.
I think android app was changed with new server.
So I have tried the newest blynk server server-0.38.6-java8.jar
Surprise, hardware port is 80, my esp8266 connect to server successfully.
I changed port to 8080 in arduino code, esp can not connect to server.
Itโs mean blynk still use port 80 for hardware, but when I run my website (nodejs), it runs normally.
So what happens with port 80. Did it can use for both my website and blynk?
Have any simple way to change the hardware port like edit the server.properties?