[tuxdroid-svn] r589 - firmware/tuxcore/trunk
Status: Beta
Brought to you by:
ks156
From: jaguarondi <c2m...@c2...> - 2007-10-08 16:12:10
|
Author: jaguarondi Date: 2007-10-08 18:12:07 +0200 (Mon, 08 Oct 2007) New Revision: 589 Modified: firmware/tuxcore/trunk/main.c Log: * The ir signals of the greeting function were detected by the light measurement, so I disabled the greeting function for now as it's not working correctly anyway. Modified: firmware/tuxcore/trunk/main.c =================================================================== --- firmware/tuxcore/trunk/main.c 2007-10-08 14:56:27 UTC (rev 588) +++ firmware/tuxcore/trunk/main.c 2007-10-08 16:12:07 UTC (rev 589) @@ -196,7 +196,10 @@ if (t1s_flag) { t1s_flag = FALSE; - ir_send_flg = 1; + /* XXX disabled ir signals for tux greeting as this function needs + * to be refactored and was conflicting to the new light + * measurement method. */ + /*ir_send_flg = 1;*/ } /* * Communication: updating status, receiving and sending commands |