Skip to content
This repository has been archived by the owner on Jul 2, 2024. It is now read-only.

Commit

Permalink
fix port
Browse files Browse the repository at this point in the history
  • Loading branch information
bmedicke committed Jun 20, 2022
1 parent 76e555f commit c6295a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion simulator/src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ function App() {
// strict mode renders App twice (dev mode only):
// https://reactjs.org/docs/strict-mode.html
useEffect(() => {
const URL = 'mqtt://test.mosquitto.org:8081'
const URL = 'mqtt://test.mosquitto.org:8080'
const client = mqtt.connect(URL)
const topic = 'optical-cavity-simulator'

Expand Down

0 comments on commit c6295a4

Please sign in to comment.