Skip to content

Commit 8eb6a51

Browse files
committed
Release 0.7.1 includes onTxDone callback
Merge branch 'ontxpr'
2 parents 26640bc + 921f430 commit 8eb6a51

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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);

library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=LoRa
2-
version=0.7.0
2+
version=0.7.1
33
author=Sandeep Mistry <[email protected]>
44
maintainer=Sandeep Mistry <[email protected]>
55
sentence=An Arduino library for sending and receiving data using LoRa radios.

0 commit comments

Comments
 (0)