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 LMiC by
Diff: lorabase.h
- Revision:
- 2:974cafbfb159
- Parent:
- 1:d3b7bde3995c
--- a/lorabase.h Tue Mar 31 13:36:56 2015 +0000
+++ b/lorabase.h Wed Nov 25 02:49:45 2015 +0000
@@ -84,8 +84,7 @@
enum { DR_PING = SF9 }; // default ping DR
enum { CHNL_DNW2 = 5 };
enum { FREQ_DNW2 = EU868_F6 };
-enum { DR_DNW2 = DR_SF9 }; // changed from LoRaWAN specification.
- // Default value is DR_SF12
+enum { DR_DNW2 = DR_SF12 };
enum { CHNL_BCN = 5 };
enum { FREQ_BCN = EU868_F6 };
enum { DR_BCN = DR_SF9 };
