Skip to content

Commit

Permalink
fix static credentials in page hyperlink
Browse files Browse the repository at this point in the history
  • Loading branch information
jmklix authored Aug 29, 2024
1 parent 1ef6533 commit 348f3fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion samples/websocket_connect.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ If you want to use custom auth (or static creds, or basic auth, etc) instead,
then you will need to replace part of the sample (connection\_setup function) with a code snippet we provided in its corresponding readme.

* [Websocket Connection Using Custom Authentication](#websocket-connection-using-custom-authentication)
* [Websocket Connection Using Static Credentials](#websocket-connection-using-custom-authentication)
* [Websocket Connection Using Static Credentials](#websocket-connection-using-static-credentials)

This sample makes an MQTT connection via Websockets and then disconnects.
On startup, the device connects to the server via Websockets and then disconnects right after.
Expand Down

0 comments on commit 348f3fd

Please sign in to comment.