Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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.
- Loading branch information