change main() longitudeL: from 138 to 140

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

Fork of Aigamozu_Robot_ver3_4 by aigamozu

Files at this revision

API Documentation at this revision

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

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
--- 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'){