You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/Containers/Blynk_server.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -229,7 +229,7 @@ See the [References](#references) for documentation links.
229
229
To connect to the administrative interface, navigate to:
230
230
231
231
```
232
-
https://<your pis IP>:9443/admin
232
+
https://<your pis IP>:9444/admin
233
233
```
234
234
235
235
You may encounter browser security warnings which you will have to acknowledge in order to be able to connect to the page. The default credentials are:
@@ -280,7 +280,7 @@ Enter Node-Red.....
280
280
3. Configure the Blynk node for the first time:
281
281
282
282
```
283
-
URL: wss://youripaddress:9443/websockets
283
+
URL: wss://youripaddress:9444/websockets
284
284
```
285
285
286
286
There is more information [here](https://github.com/gablau/node-red-contrib-blynk-ws/blob/master/README.md#how-to-use).
0 commit comments