Add Lezyne Super GPS

This commit is contained in:
Keith Reynolds
2019-07-02 15:53:47 -06:00
parent 494422399f
commit 1e1dceef73

View File

@@ -492,6 +492,7 @@ struct FitFileReaderState
// Lezyne
switch (prod) {
case -1: return "Lezyne";
case 4: return "Lezyne Super GPS";
case 6: return "Lezyne Micro-GPS";
case 11: return "Lezyne MegaXL";
default: return QString("Lezyne %1").arg(prod);