r g / SX1276GenericLib-us915

Dependents:   DISCO-L072CZ-LRWAN1_LoRa_PingPong

Fork of SX1276GenericLib by Helmut Tschemernjak

Files at this revision

API Documentation at this revision

Comitter:
Helmut Tschemernjak
Date:
Mon Jun 05 01:35:40 2017 +0200
Parent:
61:08b50780eb91
Child:
63:5b9d391244dc
Commit message:
Fixed wrong LoRaBandwidths for 500kHz entry, this is somehow odd
to use a higher value for EOF, anyways it is fixed

Changed in this revision

sx1276/sx1276.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/sx1276/sx1276.cpp	Wed May 31 14:07:40 2017 +0200
+++ b/sx1276/sx1276.cpp	Mon Jun 05 01:35:40 2017 +0200
@@ -61,7 +61,7 @@
     { 125000, 7 }, // the LoRa protocol default
     { 250000, 8 },
     { 500000, 9 },
-    { 0  	, 10 },  // Invalid Bandwidth, reserved
+    { 600000, 10 },  // Invalid Bandwidth, reserved
  };