Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
JoelPC1000 authored Feb 16, 2025
1 parent 440b81e commit 947d452
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ <h2>Send Data to Firebase</h2>

// Call convertAndSend() again to send the reset values (0)
convertAndSend();
}, 1000); // 1000 milliseconds = 1 second
}, 3000); // 1000 milliseconds = 1 second
}
}

Expand Down

0 comments on commit 947d452

Please sign in to comment.