Skip to content

Commit

Permalink
feat: add telemetryBuildTime, renamed canlibVersion
Browse files Browse the repository at this point in the history
  • Loading branch information
Pippo98 committed Nov 12, 2023
1 parent 5e954eb commit c68530a
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions proto/telemetry/status.proto
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ message Status
uint64 cpuTotalLoad = 4;
uint64 cpuProcessLoad = 5;
uint64 memProcessLoad = 6;
uint64 canlibVersion = 7;
Camera camera = 8;
repeated MessagesPerSecond messagesPerSecond = 9;
uint64 canlibBuildTime = 7;
uint64 telemetryBuildTime = 8;
Camera camera = 9;
repeated MessagesPerSecond messagesPerSecond = 10;
}

0 comments on commit c68530a

Please sign in to comment.