Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
OCSYT committed Jan 27, 2024
1 parent e307373 commit a59afca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tracker/script.js
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,8 @@ function saveSmoothValue() {
var connecting = null;
async function connectToTrackers() {
if (connecting == null) {
ipc.send('connection', true);
connecting = setInterval(async () => {
ipc.send('connection', true);
await connectToDevice();
}, 1000);
}
Expand Down

0 comments on commit a59afca

Please sign in to comment.