Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of SX1276GenericLib by
Revision 115:514363b547ec, committed 2018-08-08
- Comitter:
- sagilar
- Date:
- Wed Aug 08 22:34:03 2018 +0000
- Parent:
- 86:49d19df5bbce
- Commit message:
- LoRa node acquiring random float value and sending to LoRa Server - Working ok
Changed in this revision
sx1276/sx1276.h | Show annotated file Show diff for this revision Revisions of this file |
--- a/sx1276/sx1276.h Thu Aug 17 11:07:50 2017 +0200 +++ b/sx1276/sx1276.h Wed Aug 08 22:34:03 2018 +0000 @@ -100,6 +100,8 @@ RF_FREQUENCY_868_1 = 868100000, // Hz RF_FREQUENCY_868_3 = 868300000, // Hz RF_FREQUENCY_868_5 = 868500000, // Hz + RF_FREQUENCY_915_0 = 915000000, // Hz + RF_FREQUENCY_913_8 = 913880000, // Hz } rf_frequency_t;