Skip to content

Commit

Permalink
storage information : add unit on read speed and write speed
Browse files Browse the repository at this point in the history
  • Loading branch information
tbago committed Jun 23, 2023
1 parent 4a5eff2 commit 315faaf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions protos/camera_server/camera_server.proto
Original file line number Diff line number Diff line change
Expand Up @@ -241,8 +241,8 @@ message StorageInformation {

StorageType storage_type = 6; // Storage type

float read_speed = 7; // Read speed [MiB/s]
float write_speed = 8; // Write speed [MiB/s]
float read_speed_mib_s = 7; // Read speed [MiB/s]
float write_speed_mib_s = 8; // Write speed [MiB/s]
}

message CaptureStatus {
Expand Down

0 comments on commit 315faaf

Please sign in to comment.