test harness

Dependencies:   LoRaWAN-NAMote72-Application-Demo LoRaWAN-lib2 SX1272Lib lib_gps lib_mma8451q lib_mpl3115a2 mbed

Fork of LoRaWAN-NAMote72-Application-Demo by Semtech

Revision:
16:3aa2e2bf34c3
Parent:
13:6b6f4be13633
--- a/app/Config.h	Wed Aug 31 21:01:03 2016 +0000
+++ b/app/Config.h	Wed Nov 08 14:21:52 2017 +0000
@@ -38,7 +38,7 @@
 /*!
  * Defines the application data transmission periodicity. It is the time between RX1/RX2 and next TX
  */
-#define APP_TX_DUTYCYCLE                            5000000  // value in us
+#define APP_TX_DUTYCYCLE                            10000000  // value in us
 
 /*!
  * LoRaWAN confirmed messages
@@ -70,7 +70,7 @@
  *
  * \remark The Tx power level is set as TX_POWER_P_DBM, where 10 <= P <= 30 and P is even value { i.e. P = 10, 12, 14 ... 28 or 30 }
  */
-#define LORAWAN_TX_POWER                            TX_POWER_20_DBM
+#define LORAWAN_TX_POWER                            TX_POWER_28_DBM
 
 #if ( LORAWAN_APP_PORT == 5 )
 /*====================================================