us915 ch 9 20dbm

Dependents:   DISCO-L072CZ-LRWAN1_LoRa_PingPong

Fork of SX1276GenericLib by Helmut Tschemernjak

Files at this revision

API Documentation at this revision

Comitter:
rgilson
Date:
Tue Aug 29 14:18:38 2017 +0000
Parent:
86:49d19df5bbce
Commit message:
added US_915 channel 9 for use and 20dbm

Changed in this revision

sx1276/sx1276.h Show annotated file Show diff for this revision Revisions of this file
diff -r 49d19df5bbce -r 046f3d90443e sx1276/sx1276.h
--- a/sx1276/sx1276.h	Thu Aug 17 11:07:50 2017 +0200
+++ b/sx1276/sx1276.h	Tue Aug 29 14:18:38 2017 +0000
@@ -100,6 +100,8 @@
     RF_FREQUENCY_868_1 = 868100000, // Hz
     RF_FREQUENCY_868_3 = 868300000, // Hz
     RF_FREQUENCY_868_5 = 868500000, // Hz
+    //todo manually added
+    RF_FREQUENCY_915_10 = 904100000,
 } rf_frequency_t;