corrade-lsl-templates – Blame information for rev 5

Subversion Repositories:
Rev:
Rev Author Line No. Line
4 office 1 ####################### START CONFIGURATION ##################################
2  
3 # All these settings must correspond to the settings in Corrade.ini.
4  
5 # This is the UUID of the Corrade bot.
6 corrade = "68599e43-b1e8-4c76-aa8c-a09af6613451"
7  
8 # The name of the group - it can also be the UUID of the group.
9 group = "My Group"
10  
11 # The password for the group.
12 password = "mypassword"
13  
14 # The distance from this box that Corrade is allowed to wander.
15 radius = 5
16  
17 # The maximal time in seconds allowed for Corrade to remain stationary.
18 wait = 60
19  
20 ####################### END CONFIGURATION ###################################