Skip to content

Commit 521921d

Browse files
author
CK1
committed
Intervall Change
1 parent deb9cd2 commit 521921d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/global.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ volatile uint8_t doorState = 0; // DOOR-Status open/closed
55
volatile uint8_t watchdog = 1; // Watchdog, Differentiation between watchdog and real alarm. 1=WatchDogSignal 0=Real DoorAlarm
66
volatile uint8_t AlarmModeEnabled = 0; // Alarmmode 1=Enabled
77
volatile unsigned long oldTime = 0;
8-
volatile unsigned long minSendIntervall = 20*60*1000; // Intervall to Send Alarm Pakages in ms 1200000 = 20min | 60000=1min
8+
volatile unsigned long minSendIntervall = 180000; // Intervall to Send Alarm Pakages in ms 60000=1min

0 commit comments

Comments
 (0)