mirror of
https://github.com/google/pebble.git
synced 2025-04-30 07:21:39 -04:00
spelling: measurement
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
parent
14c0197dc2
commit
3103346331
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@ message MeasurementSet {
|
|||
Good = 6;
|
||||
Excellent = 7;
|
||||
}
|
||||
enum Type { /// types of measuremetn samples we can take. minor changes to SI units to encode efficiently
|
||||
enum Type { /// types of measurement samples we can take. minor changes to SI units to encode efficiently
|
||||
UnknownEvent = 0; /// Protocol Buffers uses the first enum as the default
|
||||
TimeMS = 1; /// more percise time, in milliseconds
|
||||
VMC = 2; /// Vector Magnitude Counts. Rough measure of total activity. Unitless
|
||||
|
|
Loading…
Add table
Reference in a new issue