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: LoRaWAN-lib SX1272Lib lib_gps lib_mma8451q lib_mpl3115a2 mbed
Fork of LoRaWAN-NAMote72-Application-Demo by
Diff: app/Config.h
- Revision:
- 8:14521932100a
- Parent:
- 7:92f4f419f91f
--- a/app/Config.h	Wed Jun 08 22:39:27 2016 +0000
+++ b/app/Config.h	Wed Jun 08 22:42:24 2016 +0000
@@ -72,7 +72,7 @@
  */
 #define LORAWAN_TX_POWER                            TX_POWER_20_DBM
 
-#if ( LORAWAN_APP_PORT == 5)
+#if ( LORAWAN_APP_PORT == 5 )
 /*====================================================
             US01 GPS APPLICATION DEMO (PORT 5)
 ====================================================*/
@@ -84,7 +84,7 @@
 
 /*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/
 
-#elif ( LORAWAN_APP_PORT == 6)
+#elif ( LORAWAN_APP_PORT == 6 )
 /*====================================================
                 SENET M2X DEMO (PORT 6)
 ====================================================*/
@@ -96,7 +96,7 @@
 
 /*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/
 
-#elif ( LORAWAN_APP_PORT == 7)
+#elif ( LORAWAN_APP_PORT == 7 )
 /*====================================================
                 SENET GPS DEMO (PORT 7)
 ====================================================*/
@@ -108,7 +108,7 @@
 
 /*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/
 
-#elif ( LORAWAN_APP_PORT == 11)
+#elif ( LORAWAN_APP_PORT == 11 )
 /*====================================================
                 PUSH BUTTON DEMO (PORT 11)
 ====================================================*/
@@ -120,7 +120,7 @@
 
 /*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/
 
-#elif ( LORAWAN_APP_PORT == 12)
+#elif ( LORAWAN_APP_PORT == 12 )
 /*====================================================
                 TRANSMIT ON VERTICAL ORIENTATION DEMO (PORT 12)
 ====================================================*/
    