another timing patch

This commit is contained in:
Win 2024-07-18 19:33:11 +07:00
parent bf9b0298bb
commit d1c41c1dc7
3 changed files with 2 additions and 0 deletions

BIN
data/animated_radar.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.0 MiB

BIN
data/static_radar.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 284 KiB

View File

@ -131,8 +131,10 @@ app.get('/callback', function(req, res) {
}
post_lap++;
console.log("Current Lap: %d\n", post_lap);
} else {
console.log("No change in data, go on.");
console.log("Current Lap: %d\n", post_lap);
}
}