fix python build
This commit is contained in:
parent
1ed8122804
commit
d852fd961b
@ -208,12 +208,14 @@ namespace sensors.internal {
|
||||
}
|
||||
}
|
||||
|
||||
export function getBatteryInfo(): {
|
||||
export interface BatteryInfo {
|
||||
level: number;
|
||||
Ibatt: number,
|
||||
Vbatt: number,
|
||||
Imotor: number
|
||||
} {
|
||||
}
|
||||
|
||||
export function getBatteryInfo(): BatteryInfo {
|
||||
init();
|
||||
if (!batteryInfo) updateBatteryInfo();
|
||||
const CinCnt = batteryInfo.CinCnt;
|
||||
|
Loading…
Reference in New Issue
Block a user