Skip to content

Commit

Permalink
overview image
Browse files Browse the repository at this point in the history
  • Loading branch information
tomvdb committed Feb 26, 2022
1 parent a8f29db commit 986b38b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/static/js/rotator.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ function connectRotator()

rotator_header.innerHTML = "Rotator Control <span class='badge bg-danger'>Connecting</span>";

connectWS("ws://192.168.0.250:1880/ws/rotator", rotatorConnectionOpen, rotatorConnectionClosed, rotatorConnectionMessageReceived);
connectWS("ws://localhost:1880/ws/rotator", rotatorConnectionOpen, rotatorConnectionClosed, rotatorConnectionMessageReceived);
}
catch (err) {
console.log("Couldn't connect to rotator websocket")
Expand Down
Binary file modified images/overview.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 986b38b

Please sign in to comment.