mirror of
https://github.com/brmlab/lasic.git
synced 2025-06-08 17:23:59 +02:00
box.pl: Do not use focus, currently not implemented in firmware
This commit is contained in:
parent
c7f9e94160
commit
ff4ab42f06
1 changed files with 6 additions and 6 deletions
12
perl/box.pl
12
perl/box.pl
|
@ -13,12 +13,12 @@ print "reset\n";
|
|||
$lasic->reset();
|
||||
sleep 1;
|
||||
|
||||
print "focus -2\n";
|
||||
$lasic->focus(-2);
|
||||
sleep 1;
|
||||
print "focus 2\n";
|
||||
$lasic->focus(2);
|
||||
sleep 1;
|
||||
#print "focus -2\n";
|
||||
#$lasic->focus(-2);
|
||||
#sleep 1;
|
||||
#print "focus 2\n";
|
||||
#$lasic->focus(2);
|
||||
#sleep 1;
|
||||
|
||||
print "laser on\n";
|
||||
$lasic->laser_on();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue