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:
Sun May 21 10:48:03 2017 +0200
Parent:
56:4fddac05ac07
Child:
58:113d2ef978d2
Commit message:
Fixed 500 kHz bandwidth definition

Changed in this revision

sx1276/sx1276.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/sx1276/sx1276.cpp	Sun May 21 10:45:06 2017 +0200
+++ b/sx1276/sx1276.cpp	Sun May 21 10:48:03 2017 +0200
@@ -60,7 +60,7 @@
     {  62500, 6 }, // 62.5 kHz requires TCXO
     { 125000, 7 }, // the LoRa protocol default
     { 250000, 8 },
-    { 250000, 9 },
+    { 500000, 9 },
     { 0  	, 10 },  // Invalid Bandwidth, reserved
  };