mirror of
https://gitlab.com/wgp/dougal/software.git
synced 2025-12-06 11:17:08 +00:00
@@ -106,7 +106,7 @@ function parse (buffer) {
|
|||||||
ctx.speed *= (1.852/3.6);
|
ctx.speed *= (1.852/3.6);
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
throw new NavHeaderError("Unexpected speed units: "+units, buf);
|
throw new NavHeaderError("Unexpected speed units: "+units+" for speed: "+ctx.speed, buf);
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user