From 96c02bc4b4f9cd7b09ed3790a250723ab592f6da Mon Sep 17 00:00:00 2001 From: Kent Wiliams Date: Fri, 29 May 2020 15:34:31 -0700 Subject: [PATCH] add comment for tx interval --- .../longfi-us915-cayenne-sensor/longfi-us915-cayenne-sensor.ino | 2 +- ST-B-L072Z-LRWAN1/longfi-us915/longfi-us915.ino | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ST-B-L072Z-LRWAN1/longfi-us915-cayenne-sensor/longfi-us915-cayenne-sensor.ino b/ST-B-L072Z-LRWAN1/longfi-us915-cayenne-sensor/longfi-us915-cayenne-sensor.ino index 59e961e..5517676 100644 --- a/ST-B-L072Z-LRWAN1/longfi-us915-cayenne-sensor/longfi-us915-cayenne-sensor.ino +++ b/ST-B-L072Z-LRWAN1/longfi-us915-cayenne-sensor/longfi-us915-cayenne-sensor.ino @@ -128,5 +128,5 @@ void loop( void ) LoRaWAN.sendPacket(1, lpp.getBuffer(), lpp.getSize()); } - delay(20000); + delay(20000); //20 Seconds } \ No newline at end of file diff --git a/ST-B-L072Z-LRWAN1/longfi-us915/longfi-us915.ino b/ST-B-L072Z-LRWAN1/longfi-us915/longfi-us915.ino index eb6fae1..3a09f64 100644 --- a/ST-B-L072Z-LRWAN1/longfi-us915/longfi-us915.ino +++ b/ST-B-L072Z-LRWAN1/longfi-us915/longfi-us915.ino @@ -52,5 +52,5 @@ void loop( void ) LoRaWAN.sendPacket(1, payload, sizeof(payload)); } - delay(20000); + delay(20000); //20 Seconds } \ No newline at end of file