From: ghaessig <Ba...@us...> - 2013-04-06 21:24:13
|
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "krobot". The branch, master has been updated via 53fc37f4d093087aa81f0d50668689421da71958 (commit) from d2263c4a65ff26f062be07d440f81591045645fb (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 53fc37f4d093087aa81f0d50668689421da71958 Author: Germain Haessig <gha...@cr...> Date: Sat Apr 6 23:23:07 2013 +0200 [Beacon_Laser] Change of communication speed ----------------------------------------------------------------------- Changes: diff --git a/elec/boards/Beacon_Laser/Firmwares/dump_times/dump_times.ino b/elec/boards/Beacon_Laser/Firmwares/dump_times/dump_times.ino index a1a6b11..a807b9f 100644 --- a/elec/boards/Beacon_Laser/Firmwares/dump_times/dump_times.ino +++ b/elec/boards/Beacon_Laser/Firmwares/dump_times/dump_times.ino @@ -37,7 +37,7 @@ void setup() { delay(2000); flag_data_ready = false ; cmd_get_data = true; - Serial.begin(115200); + Serial.begin(57600); attachInterrupt(0,interrupt1,RISING); } hooks/post-receive -- krobot |