another timing patch
This commit is contained in:
parent
bf9b0298bb
commit
d1c41c1dc7
Binary file not shown.
After Width: | Height: | Size: 2.0 MiB |
Binary file not shown.
After Width: | Height: | Size: 284 KiB |
|
@ -131,8 +131,10 @@ app.get('/callback', function(req, res) {
|
||||||
}
|
}
|
||||||
|
|
||||||
post_lap++;
|
post_lap++;
|
||||||
|
console.log("Current Lap: %d\n", post_lap);
|
||||||
} else {
|
} else {
|
||||||
console.log("No change in data, go on.");
|
console.log("No change in data, go on.");
|
||||||
|
console.log("Current Lap: %d\n", post_lap);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue