Update index.html

This commit is contained in:
Buzz 2024-08-21 16:44:44 +10:00 committed by GitHub
parent f4f3fce2ae
commit 50d2b32d96
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -243,10 +243,10 @@ __ __ _ __ ____ __
var h = document.getElementById("hddactivity");
if(state == "ready"){
h.textContent = "\u{1F7E2}";
printOnTerm.printMessage("[HDDready.]");
//printOnTerm.printMessage("/");
}else{
h.textContent = "\u{1F7E0}";
printOnTerm.printMessage("[HDDreading...]");
//printOnTerm.printMessage("\");
}
}
function cpuCallback(state)