Skip to content

Commit 921f430

Browse files
committed
sending once a second is too aggressive
1 parent 3e4b803 commit 921f430

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/LoRaSenderNonBlockingCallback/LoRaSenderNonBlockingCallback.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ void setup() {
1818
}
1919

2020
void loop() {
21-
if (runEvery(1000)) { // repeat every 1000 millis
21+
if (runEvery(5000)) { // repeat every 5000 millis
2222

2323
Serial.print("Sending packet non-blocking: ");
2424
Serial.println(counter);

0 commit comments

Comments
 (0)