Skip to content

Commit 03519f9

Browse files
author
CK1
committed
Faster Interval Disabled
1 parent d409a8f commit 03519f9

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
@@ -30,7 +30,7 @@ void CheckDoorStateAndSendLoraPackage()
3030
Serial.println("Interrupt Routine disabled.");
3131

3232
disableDeepSleep();
33-
setTX_Interval(10); // Try to send Lora Package during the next n seconds
33+
//setTX_Interval(10); // Try to send Lora Package during the next n seconds
3434

3535
// Queue Lora Package
3636
LoRaWANDo_send(&sendjob);

0 commit comments

Comments
 (0)