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
commit 36219d61bd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

2
components/drivers/sensors/sensor.c Executable file → Normal file
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 */
};