We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d409a8f commit 03519f9Copy full SHA for 03519f9
src/main.cpp
@@ -30,7 +30,7 @@ void CheckDoorStateAndSendLoraPackage()
30
Serial.println("Interrupt Routine disabled.");
31
32
disableDeepSleep();
33
- setTX_Interval(10); // Try to send Lora Package during the next n seconds
+ //setTX_Interval(10); // Try to send Lora Package during the next n seconds
34
35
// Queue Lora Package
36
LoRaWANDo_send(&sendjob);
0 commit comments