Show coral temps on system page if available (#11026)

This commit is contained in:
Nicolas Mowen
2024-04-18 21:34:16 -06:00
committed by GitHub
parent 03e25b3f94
commit 0bad001ac9
2 changed files with 69 additions and 1 deletions

View File

@@ -18,6 +18,11 @@ export const InferenceThreshold = {
error: 100,
} as Threshold;
export const DetectorTempThreshold = {
warning: 72,
error: 80,
} as Threshold;
export const DetectorCpuThreshold = {
warning: 25,
error: 50,