mirror of
https://github.com/brmlab/lasic.git
synced 2025-06-08 17:23:59 +02:00
render.pl: Do not reset first
This commit is contained in:
parent
85a926a104
commit
7a25742bd9
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ use Brm::Lasic;
|
|||
use Brm::Lasic::PBM;
|
||||
|
||||
my $lasic = Brm::Lasic->new(dev => '/dev/ttyUSB0');
|
||||
$lasic->reset();
|
||||
# $lasic->reset();
|
||||
|
||||
my $pbm = Brm::Lasic::PBM->new(lasic => $lasic, file => $ARGV[0]);
|
||||
$pbm->render();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue