Commit 9d22389
committed
Fix connection to GPS using serial port
It was impossible to start GPS live tracking when connecting via a serial port rather than gpsd.
QSerialPort in Qt5 does not support Unbuffered open mode and will just fail (around line 545):
https://github.com/qt/qtserialport/blob/5.11/src/serialport/qserialport.cpp
This was not a problem in QGIS 2.x / Qt4 where we used QextSerialPort which did not have such test.1 parent 0865297 commit 9d22389
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
124 | 124 | | |
125 | 125 | | |
126 | 126 | | |
127 | | - | |
| 127 | + | |
128 | 128 | | |
129 | 129 | | |
130 | 130 | | |
| |||
0 commit comments