File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -127,7 +127,7 @@ QgsGPSConnection* QgsGPSConnection::detectGPSConnection()
127
127
#ifdef WIN32
128
128
devicesToTry << " COM1" << " COM2" << " COM3" << " COM4" << " COM5" << " COM6" << " COM7" << " COM8" ;
129
129
#else
130
- devicesToTry << " /dev/ttyS0" << " /dev/ttyS1" << " /dev/ttyS2" << " /dev/ttyS3" << " /dev/ttyUSB0" << " /dev/ttyUSB1" ;
130
+ devicesToTry << " /dev/ttyS0" << " /dev/ttyS1" << " /dev/ttyS2" << " /dev/ttyS3" << " /dev/ttyUSB0" << " /dev/ttyUSB1" << " /dev/rfcomm0 " << " /dev/rfcomm1 " ;
131
131
#endif
132
132
QList<BaudRateType> baudRatesToTry;
133
133
baudRatesToTry << BAUD4800 << BAUD9600;
@@ -178,7 +178,7 @@ QgsGPSConnection* QgsGPSConnection::detectGPSConnection()
178
178
}
179
179
}
180
180
181
- // todo: check usb connections
181
+ // todo: check usb connections and bluetooth gps devices
182
182
183
183
return 0 ;
184
184
}
You can’t perform that action at this time.
0 commit comments