Show Hailo temps in system UI

This commit is contained in:
tigattack 2025-12-01 12:16:28 +00:00
parent f85a1fe3e8
commit 7d5317959d

View File

@ -144,7 +144,7 @@ export default function GeneralMetrics({
} }
Object.entries(stats.detectors).forEach(([key], cIdx) => { Object.entries(stats.detectors).forEach(([key], cIdx) => {
if (!key.includes("coral")) { if (!key.includes("coral") && !key.includes("hailo")) {
return; return;
} }