mirror of
https://github.com/google/pebble.git
synced 2026-02-10 07:27:18 -05:00
spelling: precise
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
@@ -62,7 +62,7 @@ message MeasurementSet {
|
||||
}
|
||||
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
|
||||
TimeMS = 1; /// more precise time, in milliseconds
|
||||
VMC = 2; /// Vector Magnitude Counts. Rough measure of total activity. Unitless
|
||||
Steps = 3; /// Accumulated steps. Unitless
|
||||
DistanceCM = 4; /// Distance traveled. In centimeters
|
||||
|
||||
Reference in New Issue
Block a user