mirror of
https://github.com/sandeepmistry/arduino-LoRa.git
synced 2025-04-22 11:02:52 +03:00
Release 0.7.1 includes onTxDone callback
Merge branch 'ontxpr'
This commit is contained in:
commit
8eb6a51b99
@ -18,7 +18,7 @@ void setup() {
|
||||
}
|
||||
|
||||
void loop() {
|
||||
if (runEvery(1000)) { // repeat every 1000 millis
|
||||
if (runEvery(5000)) { // repeat every 5000 millis
|
||||
|
||||
Serial.print("Sending packet non-blocking: ");
|
||||
Serial.println(counter);
|
||||
|
@ -1,5 +1,5 @@
|
||||
name=LoRa
|
||||
version=0.7.0
|
||||
version=0.7.1
|
||||
author=Sandeep Mistry <sandeep.mistry@gmail.com>
|
||||
maintainer=Sandeep Mistry <sandeep.mistry@gmail.com>
|
||||
sentence=An Arduino library for sending and receiving data using LoRa radios.
|
||||
|
Loading…
x
Reference in New Issue
Block a user