1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-06-02 22:14:45 -04:00

APRS updates

Don't run windeployqt as redundant.
Reduce chart margin size to give more area to graphs.
Use latest packetmod URI.
This commit is contained in:
Jon Beniston
2021-02-26 20:32:33 +00:00
parent d381568437
commit 3ccfa6db29
3 changed files with 7 additions and 6 deletions
+1 -1
View File
@@ -28,7 +28,7 @@ const QStringList APRSSettings::m_pipeTypes = {
};
const QStringList APRSSettings::m_pipeURIs = {
QStringLiteral("sdrangel.channelrx.packetdemod"),
QStringLiteral("sdrangel.channel.packetdemod"),
};
APRSSettings::APRSSettings()