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 d3a5bc8..699c1ff 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 @@ -1,30 +1,3 @@ -/* Simple OTAA join for a LoRaWAN network - * - * In setup() below please replace the argument to LoRaWAN.begin() - * with your appropriate region specific band: - * - * AS923 - * AU915 - * EU868 - * IN865 - * KR920 - * US915 - * - * AU915/US915 networks have 64+8 channels. Typical gateways support only - * 8 (9) channels. Hence it's a good idea to pick the proper channel - * subset via select via LoRaWAN.setSubBand(), - * - * EU868/IN865 have duty cycle restrictions. For debugging it makes sense - * to disable those via setDutyCycle(false); - * - * For an external antenna one should set the proper antenna gain - * (default is 2.0) via setAntennaGain(). - * - * Please edit the keys below as they are just debugging samples. - * - * - * This example code is in the public domain. - */ #include "LoRaWAN.h" #include diff --git a/ST-B-L072Z-LRWAN1/longfi-us915/longfi-us915.ino b/ST-B-L072Z-LRWAN1/longfi-us915/longfi-us915.ino index 75627d2..d49365a 100644 --- a/ST-B-L072Z-LRWAN1/longfi-us915/longfi-us915.ino +++ b/ST-B-L072Z-LRWAN1/longfi-us915/longfi-us915.ino @@ -1,31 +1,3 @@ -/* Simple OTAA join for a LoRaWAN network - * - * In setup() below please replace the argument to LoRaWAN.begin() - * with your appropriate region specific band: - * - * AS923 - * AU915 - * EU868 - * IN865 - * KR920 - * US915 - * - * AU915/US915 networks have 64+8 channels. Typical gateways support only - * 8 (9) channels. Hence it's a good idea to pick the proper channel - * subset via select via LoRaWAN.setSubBand(), - * - * EU868/IN865 have duty cycle restrictions. For debugging it makes sense - * to disable those via setDutyCycle(false); - * - * For an external antenna one should set the proper antenna gain - * (default is 2.0) via setAntennaGain(). - * - * Please edit the keys below as they are just debugging samples. - * - * - * This example code is in the public domain. - */ - #include "LoRaWAN.h" const char *devEui = "FILL_ME_IN";