2015/05/16

Dependencies:   ADXL345 AigamozuControlPackets HMC5843 ITG3200 MBed_Adafruit-GPS-Library XBee agzIDLIST mbed

Fork of Aigamozu_Robot_ver3_1 by Mami Yokokawa

Files at this revision

API Documentation at this revision

Comitter:
s1200058
Date:
Sat May 16 18:09:08 2015 +0000
Parent:
21:76e7f36df4a9
Commit message:
2015/05/16

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
diff -r 76e7f36df4a9 -r af860680417b main.cpp
--- a/main.cpp	Sat May 16 17:26:57 2015 +0000
+++ b/main.cpp	Sat May 16 18:09:08 2015 +0000
@@ -109,7 +109,7 @@
 /////////////////////////////////////////
 void Send_Status(char SenderIDc){
     XBeeAddress64 send_Address;
-    if(SenderIDc == 'Z'){
+    if(SenderIDc == '0'){
         send_Address = manager_Address;
     }
     if(SenderIDc >= 'A' && SenderIDc < 'Z'){