Sensor Demo for CTIA

Dependencies:   LoRaWAN-lib SX1272Lib lib_gps lib_mma8451q lib_mpl3115a2 mbed

Fork of LoRaWAN-NAMote72-Application-Demo by Semtech

Revision:
14:172b8e37168c
Parent:
13:238b23d4025c
--- a/app/Config.h	Fri Aug 19 00:29:34 2016 +0000
+++ b/app/Config.h	Tue Aug 30 03:57:19 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                    0
+#define LORAWAN_CONFIRMED_MSG_ON                    1
 
 /*!
  * LoRaWAN Adaptive Data Rate
@@ -63,7 +63,7 @@
 /*!
  * LoRaWAN application port
  */
-#define LORAWAN_APP_PORT                            13
+#define LORAWAN_APP_PORT                            5
 
 /*!
  * LoRaWAN User defined Tx Power
@@ -142,6 +142,8 @@
  */
 #define LORAWAN_APP_DATA_SIZE                       11
 
+#define BAT_VAL_PERCENT
+
 /*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/