Skip to content

Commit

Permalink
info: add arming and flight time (#340)
Browse files Browse the repository at this point in the history
Signed-off-by: Julian Oes <[email protected]>
  • Loading branch information
julianoes authored Apr 15, 2024
1 parent 5ce84c6 commit e3f50d4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions protos/info/info.proto
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,8 @@ message GetSpeedFactorResponse {
message FlightInfo {
uint32 time_boot_ms = 1; // Time since system boot
uint64 flight_uid = 2; // Flight counter. Starts from zero, is incremented at every disarm and is never reset (even after reboot)
uint32 duration_since_arming_ms = 3; // Duration since arming in milliseconds
uint32 duration_since_takeoff_ms = 4; // Duration since takeoff in milliseconds
}

// System identification.
Expand Down

0 comments on commit e3f50d4

Please sign in to comment.