Sensor Demo for CTIA

Dependencies:   LoRaWAN-lib SX1272Lib lib_gps lib_mma8451q lib_mpl3115a2 mbed

Fork of LoRaWAN-NAMote72-Application-Demo by Semtech

Revision:
13:238b23d4025c
Parent:
8:14521932100a
Child:
14:172b8e37168c
--- a/app/Config.h	Fri Aug 05 20:45:12 2016 +0000
+++ b/app/Config.h	Fri Aug 19 00:29:34 2016 +0000
@@ -45,7 +45,7 @@
  * \remark 1 : Confirmed messages enabled. Must receive ACK from network server
            0 : Confirmed messages disabled. 
  */
-#define LORAWAN_CONFIRMED_MSG_ON                    1
+#define LORAWAN_CONFIRMED_MSG_ON                    0
 
 /*!
  * LoRaWAN Adaptive Data Rate
@@ -63,7 +63,7 @@
 /*!
  * LoRaWAN application port
  */
-#define LORAWAN_APP_PORT                            5
+#define LORAWAN_APP_PORT                            13
 
 /*!
  * LoRaWAN User defined Tx Power
@@ -132,6 +132,18 @@
 
 /*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/
 
+#elif ( LORAWAN_APP_PORT == 13 )
+/*====================================================
+                SENET MYDEVICES SENSOR DEMO (PORT 13)
+====================================================*/
+
+/*!
+ * User application data buffer size
+ */
+#define LORAWAN_APP_DATA_SIZE                       11
+
+/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/
+
 
 #endif