We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e67817f commit 68324f6Copy full SHA for 68324f6
protobuf_definitions/message_formats.proto
@@ -1061,6 +1061,6 @@ message PersistentStorageSettings {
1061
//
1062
// Contains information about the CPU load and memory usage of the drone.
1063
message CPUInfo {
1064
- float cpu_load = 1; // CPU load in percent (0..100)
1065
- float memory_bus_load = 2; // Memory bus load in percent (0..100)
+ float cpu_load = 1; // CPU load (0..1)
+ float memory_bus_load = 2; // Memory bus load (0..1)
1066
}
0 commit comments