Sven Kautlenbach / Mbed 2 deprecated LoRaWAN-demo-72

Dependencies:   mbed LoRaWAN-lib SX1272Lib

Fork of LoRaWAN-demo-72 by Semtech

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 )