Merge pull request #28 from commaai/power_monitoring

Added offroad power usage
This commit is contained in:
George Hotz 2020-02-09 07:35:44 -08:00 committed by GitHub
commit 988783f6a4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -280,6 +280,7 @@ struct ThermalData {
batteryVoltage @16 :Int32;
usbOnline @12 :Bool;
networkType @22 :NetworkType;
offroadPowerUsage @23 :UInt32; # Power usage since going offroad in uWh
fanSpeed @10 :UInt16;
started @11 :Bool;