1
0
mirror of https://github.com/tumic0/GPXSee.git synced 2024-11-24 11:45:53 +01:00

Added missing nmea serial port baudrate setting

This commit is contained in:
Martin Tůma 2023-03-16 02:03:40 +01:00
parent 4fdeb3169f
commit b3767e85e1

View File

@ -3,7 +3,7 @@
#include "pluginparameters.h"
static const QMap<QString, QStringList> pluginParams = {
{"nmea", {"nmea.source"}},
{"nmea", {"nmea.source", "nmea.baudrate"}},
{"serialnmea", {"serialnmea.serial_port"}},
{"geoclue2", {"desktopId"}}
};