Merge pull request #2743 from Guozhanxin/sensor_fix

[sensor] fixed step name display abnormal.
This commit is contained in:
Bernard Xiong
2019-05-30 08:36:59 +08:00
committed by GitHub
+1 -1
View File
@@ -30,7 +30,7 @@ static char *const sensor_name_str[] =
"hr_", /* Heart Rate */
"tvoc_", /* TVOC Level */
"noi_", /* Noise Loudness */
"step_" /* Step sensor */
"step_", /* Step sensor */
"forc_" /* Force sensor */
};