Add sensor fault simulation and health display

This commit is contained in:
root
2026-06-03 00:22:57 -06:00
parent fbac6063b9
commit cdff42ddd4
4 changed files with 134 additions and 31 deletions
+16
View File
@@ -292,3 +292,19 @@ nav button {
font-size: 1rem;
color: #555;
}
.sensor-fault {
border-color: #b00020;
background: #2a1010;
}
.sensor-fault p {
font-size: 1.5rem;
color: #ffdddd;
}
.sensor-fault small {
color: #ffaaaa;
font-weight: bold;
}