remove ttyS3 from autodetect

It has given me more problems than it's worth.
I suggest you simply set $R0KETBRIDGE on windows.
This commit is contained in:
Stefan `Sec` Zehl 2012-05-01 10:08:14 +02:00
parent 206e008c15
commit 0fccf9dd26
1 changed files with 1 additions and 1 deletions

View File

@ -322,7 +322,7 @@ sub r0ket_init{
};
};
if(!defined $ser){
do {$ser=$_ if ( -e $_ ) } for qw(/dev/ttyS3 /dev/ttyACM0);
do {$ser=$_ if ( -e $_ ) } for qw(/dev/ttyACM0);
};
open($bridge, "+<",$ser) || die "open serial: $!";
if($verbose){