mirror of
https://github.com/legop3/MultiRoombaRover.git
synced 2026-09-16 09:31:20 -04:00
guh
This commit is contained in:
@@ -23,6 +23,12 @@ export default function VideoTile({ sessionInfo, label, forceMute = false, telem
|
||||
sensors?.batteryCapacity ??
|
||||
sensors?.battery?.capacity ??
|
||||
null;
|
||||
console.log('[BatteryBarDebug]', {
|
||||
frameSensors: sensors,
|
||||
batteryCharge,
|
||||
batteryCapacity,
|
||||
config: batteryConfig,
|
||||
});
|
||||
const wheelOvercurrents = sensors?.wheelOvercurrents || null;
|
||||
const overcurrentActive = Boolean(
|
||||
wheelOvercurrents && Object.values(wheelOvercurrents).some((value) => Boolean(value)),
|
||||
|
||||
Reference in New Issue
Block a user