Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit c4dd30e

Browse files
committedApr 3, 2024
update intervall
1 parent 28a766d commit c4dd30e

File tree

1 file changed

+1
-1
lines changed
  • content/hardware/09.kits/maker/iot-bundle/tutorials/the-nerd

1 file changed

+1
-1
lines changed
 

‎content/hardware/09.kits/maker/iot-bundle/tutorials/the-nerd/content.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ bool sosTriggered = false;
194194
int buttonState = 0;
195195
196196
unsigned long previousMillis = 0;
197-
const long interval = 10000;
197+
const long interval = 600000; // 10 minutes interval in milliseconds
198198
199199
void setup() {
200200
Serial.begin(9600);

0 commit comments

Comments
 (0)
Please sign in to comment.