VP console with real time update

Try change line 68 in the jquery.console.js file

var crwspd = (cr[1] * 0.514444).toFixed(1);

to

var crwspd = (cr[1] * 1.85325).toFixed(1);

and “m/s” to “km/h” in line 91 in the vp_console2.php.

I guess that will do the trick?