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: mbed LoRaWAN-lib SX1272Lib
Fork of LoRaWAN-demo-72 by
Diff: app/main.cpp
- Revision:
- 6:38d6cc1ff868
- Parent:
- 5:62862ef9480b
- Child:
- 7:b61a09d8943d
--- a/app/main.cpp Tue Jul 05 15:00:47 2016 +0000 +++ b/app/main.cpp Thu Dec 01 09:07:19 2016 +0000 @@ -78,7 +78,7 @@ /*! * LoRaWAN application port */ -#define LORAWAN_APP_PORT 15 +#define LORAWAN_APP_PORT 1 /*! * User application data buffer size @@ -288,7 +288,7 @@ { switch( port ) { - case 15: + case 1: { AppData[0] = AppLedStateOn; if( IsTxConfirmed == true )