♥Box ready

This commit is contained in:
fred 2023-04-18 04:56:45 +02:00
parent 92a6e42f22
commit 9f7ea817aa
1 changed files with 1 additions and 1 deletions

View File

@ -177,7 +177,7 @@ testLatency(function(avg){
isConnectedFast = (avg <= tThreshold);
/** output */
document.body.appendChild(
document.createTextNode("Time: " + (avg.toFixed(2)) + "ms - Bunker BOX ready ? " + isConnectedFast)
document.createTextNode("Time: " + (avg.toFixed(2)) + "ms - ♥Box ready ? " + isConnectedFast)
);
});