summaryrefslogtreecommitdiffhomepage
path: root/digital
diff options
context:
space:
mode:
Diffstat (limited to 'digital')
-rw-r--r--digital/beacon/src/debug_avr.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/digital/beacon/src/debug_avr.c b/digital/beacon/src/debug_avr.c
index 70618037..8fc37138 100644
--- a/digital/beacon/src/debug_avr.c
+++ b/digital/beacon/src/debug_avr.c
@@ -126,7 +126,10 @@ void usartRXCallback(uint16_t bytesToRead)
calibration_start_stop_task();
break;
case 'q':
-// calibration_set_laser_flag(SET);
+ calibration_set_laser_flag(SET_SERVO_1);
+ break;
+ case 's':
+ calibration_set_laser_flag(SET_SERVO_2);
break;
case 'r':
reset_avr();