diff --git a/index.html b/index.html index 18a1ebb..2a2bec9 100644 --- a/index.html +++ b/index.html @@ -62,7 +62,7 @@

Send Data to Firebase

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