Skip to content

Commit 89ad269

Browse files
author
CK1
committed
Bugfix Count Alarm Packages
1 parent d411a6e commit 89ad269

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ void CheckAlarm_SendAlarmLoraPackage()
3535
oldTime = millis(); // Remember last run time.
3636
sended_AlarmPackages++; // Counter for sended Alarm Packages
3737

38-
if (sended_AlarmPackages <= 2) // Send n AlarmPackages to TTN with fast Intervall
38+
if (sended_AlarmPackages < 2) // Send n AlarmPackages to TTN with fast Intervall
3939
{
4040
minSendIntervall = 30000; // Fast Intervall 30 Sek
4141
}

0 commit comments

Comments
 (0)