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 ca16117fcd01ec5ee344604771ff2afa9c90fe65 (commit)
from d6e150cc4e13e4f5265536c0de7d1e097fd8c926 (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 ca16117fcd01ec5ee344604771ff2afa9c90fe65
Author: chicco <cha...@cr...>
Date: Wed May 9 23:54:42 2012 +0200
[krobot_dump_ax12] record all ax12
-----------------------------------------------------------------------
Changes:
diff --git a/info/control2011/src/tools/krobot_dump_ax12.ml b/info/control2011/src/tools/krobot_dump_ax12.ml
index 8b95a5e..80044c9 100644
--- a/info/control2011/src/tools/krobot_dump_ax12.ml
+++ b/info/control2011/src/tools/krobot_dump_ax12.ml
@@ -44,7 +44,7 @@ let log () =
let rec loop_request () =
lwt () = Lwt_unix.sleep 0.01 in
- lwt () = Lwt_list.iter_s (fun i -> Krobot_bus.send bus (Unix.gettimeofday (), CAN (Info, Krobot_message.encode (Ax12_Request_State i)))) [2;3] in
+ lwt () = Lwt_list.iter_s (fun i -> Krobot_bus.send bus (Unix.gettimeofday (), CAN (Info, Krobot_message.encode (Ax12_Request_State i)))) [1;2;3;4] in
loop_request ()
let t = loop_request ()
hooks/post-receive
--
krobot
|