Project

General

Profile

Feature #194

Updated by Jesús M. Broceño 8 months ago

* Red lights shoud be turned on    when the race ends. 
 * Yellow lights should be turned on when the race is paused 
 * Yellow lights should blink when the race time is over  

 

 ### Improved protocol 

 Mini Race Challenge lapcounter has been improved to manage red lights & yellow lights options 

 This will turn on the red lights 
 - CMD_COUNTDOWN_SET:111110 


 To turn on the yellow lights this is the command: 
 - CMD_COUNTDOWN_SET:111111 


 To turn the green lights: 
 - CMD_COUNTDOWN_SET:000001  

 There is another new command to make it blink in yellow, I use it during the overtime to hurry up the racers. I don't know if this applys to zround. In case the command is the following: 

 - CMD_COUNTDOWN_BLINK:300,200 

 (300 is the lights on time in ms and 200 off time) 


Back