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_MOTE_L152RC by
config.h@11:f3bc5f37ddf3, 2016-03-07 (annotated)
- Committer:
- shaunkrnelson
- Date:
- Mon Mar 07 17:54:50 2016 +0000
- Revision:
- 11:f3bc5f37ddf3
- Child:
- 13:097c74da6ffe
Adding config.h
Who changed what in which revision?
| User | Revision | Line number | New contents of line |
|---|---|---|---|
| shaunkrnelson | 11:f3bc5f37ddf3 | 1 | #define CFG_us915 |
| shaunkrnelson | 11:f3bc5f37ddf3 | 2 | |
| shaunkrnelson | 11:f3bc5f37ddf3 | 3 | #define CFG_sx1272_radio |
| shaunkrnelson | 11:f3bc5f37ddf3 | 4 | |
| shaunkrnelson | 11:f3bc5f37ddf3 | 5 | // Disables assert macro |
| shaunkrnelson | 11:f3bc5f37ddf3 | 6 | #define CFG_noassert |
| shaunkrnelson | 11:f3bc5f37ddf3 | 7 | |
| shaunkrnelson | 11:f3bc5f37ddf3 | 8 | // No tx confirm retries |
| shaunkrnelson | 11:f3bc5f37ddf3 | 9 | #define CFG_TXCONF_NO_RETRIES |
| shaunkrnelson | 11:f3bc5f37ddf3 | 10 | |
| shaunkrnelson | 11:f3bc5f37ddf3 | 11 | //#define CHNL_HYBRID 0 /* 0-7 to select block of 8 channels used */ |

