mirror of
https://github.com/tumic0/GPXSee.git
synced 2024-11-24 19:55:53 +01:00
Added missing speed
This commit is contained in:
parent
e06d07c176
commit
0d6aeecebb
@ -439,6 +439,8 @@ static int speed(quint8 flags)
|
|||||||
return 90;
|
return 90;
|
||||||
case 0xE:
|
case 0xE:
|
||||||
return 100;
|
return 100;
|
||||||
|
case 0xF:
|
||||||
|
return 120;
|
||||||
default:
|
default:
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user