test TDOA

Dependencies:   mbed LoRaWAN-lib SX1272Lib

Fork of LoRaWAN-demo-72 by Semtech

Files at this revision

API Documentation at this revision

Comitter:
nicocarv
Date:
Wed May 17 13:39:24 2017 +0000
Parent:
8:0c5f1dac7b74
Child:
10:cac88ae7d9af
Commit message:
ADR false

Changed in this revision

app/main.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/app/main.cpp	Wed May 17 13:08:22 2017 +0000
+++ b/app/main.cpp	Wed May 17 13:39:24 2017 +0000
@@ -64,7 +64,7 @@
  *
  * \remark Please note that when ADR is enabled the end-device should be static
  */
-#define LORAWAN_ADR_ON                              1
+#define LORAWAN_ADR_ON                              0
 
 #if defined( USE_BAND_868 )