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.
Dependencies: LMiC SX1276Lib cantcoap lwip mbed-rtos mbed
Fork of LoRaWAN-lmic-app by
Revision 7:f1521b0ecf08, committed 2015-12-14
- Comitter:
- pnysten
- Date:
- Mon Dec 14 10:51:40 2015 +0000
- Parent:
- 6:540c5d907c90
- Commit message:
- New version
Changed in this revision
| main.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/main.cpp Mon Dec 14 10:47:06 2015 +0000 +++ b/main.cpp Mon Dec 14 10:51:40 2015 +0000 @@ -58,7 +58,7 @@ /*! * Defines the device address when using personalization activation procedure */ -#define LORAWAN_DEV_ADDR ( uint32_t )0x12345678 +#define LORAWAN_DEV_ADDR ( uint32_t )0x12345678 //#define LORAWAN_DEV_ADDR ( uint32_t )0x12341111 #endif
