1
0
Fork 0

Fix Chrono format

This commit is contained in:
vezza 2020-04-18 10:36:44 +02:00 committed by Jonathan Redpath
parent 352768c070
commit 762a832bb9

View file

@ -156,7 +156,7 @@ var start_loop = maketimer(0.1, func {
};
setprop("instrumentation/chrono[0]/chr-et-min",chr_min);
setprop("instrumentation/chrono[0]/chr-et-sec",chr_sec);
chr_tmp = sprintf("%02d %02d", chr_min, chr_sec);
chr_tmp = sprintf("%02d:%02d", chr_min, chr_sec);
setprop("instrumentation/chrono[0]/chr-et-string", chr_tmp);
# ET clock