Andriy Makukha / Mbed 2 deprecated football_project_wo_output

Dependencies:   mbed

Fork of football_project by MZJ

Revision:
43:6eeb44bee87e
Parent:
42:ed38b8671e43
Child:
45:1eb335c00cb2
--- a/proto_code.cpp	Sat Jan 09 12:15:16 2016 +0000
+++ b/proto_code.cpp	Sat Jan 09 12:59:34 2016 +0000
@@ -845,7 +845,7 @@
   case 'B':  // After setting bits, echo back station data.
     l = (uint8_t)value;
     masks[station-1] = l;
-    writeToPhone( "%c%02d;C%02d;T&05d;B%02x\r\n", (1==station) ? 'P'                 : 'S',
+    writeToPhone( "%c%02d;C%02d;T%05d;B%02x\r\n", (1==station) ? 'P'                 : 'S',
                                                   (1==station) ?  active_sequence +1 : station,
                                                   cones[station-1], times[station-1], l );
     break;