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:
parent
206e008c15
commit
0fccf9dd26
|
@ -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){
|
||||
|
|
Loading…
Reference in New Issue