2015/05/16

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

Fork of Aigamozu_Robot_ver3_1 by Mami Yokokawa

Revision:
22:af860680417b
Parent:
21:76e7f36df4a9
--- 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'){