k

Dependencies:   C12832 mbed

Fork of DecaWave by Matthias Grob & Manuel Stalder

Revision:
48:bf6c54dc69b3
Parent:
47:b6120c152ad1
--- a/MM2WayRanging/MM2WayRanging.cpp	Thu Mar 19 12:54:28 2015 +0000
+++ b/MM2WayRanging/MM2WayRanging.cpp	Fri Aug 19 17:40:09 2016 +0000
@@ -3,7 +3,7 @@
 MM2WayRanging::MM2WayRanging(DW1000& DW) : dw(DW) {
     isAnchor = true;
     overflow = false;
-    address = 0;
+    address = 2;
     rxTimestamp = 0;
     timediffRec = 0;
     timediffSend = 0;