aboutsummaryrefslogtreecommitdiff
path: root/calibrate.c
diff options
context:
space:
mode:
Diffstat (limited to 'calibrate.c')
-rw-r--r--calibrate.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/calibrate.c b/calibrate.c
index 3554295..71bdcab 100644
--- a/calibrate.c
+++ b/calibrate.c
@@ -131,8 +131,8 @@ void * GuiThread( void * v )
uint8_t g = 0x00;
uint8_t b = 0xff;
- if (nn==0) b = 0; //lighthouse B
- if (nn==1) r = 0; //lighthouse C
+ if (nn==0) b = 0; //lighthouse B, red, master
+ if (nn==1) r = 0; //lighthouse C, blue, slave
// r = (r * (5-buffertimeto[i][nn])) / 5 ;
// g = (g * (5-buffertimeto[i][nn])) / 5 ;