Skip to content

Commit 21592ca

Browse files
PetrESPespzav
authored andcommitted
fix(bmi270): Fixed initialization delay
1 parent 582cf32 commit 21592ca

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

components/sensors/bmi270/idf_component.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version: 1.0.0
1+
version: 1.0.1
22
description: I2C driver for BMI270 inertial measurement unit
33
url: https://github.com/espressif/esp-bsp/tree/master/components/bmi270
44
tags:

components/sensors/bmi270/include_priv/bmi270_priv.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ extern "C" {
1616
#define BMI270_STATUS_CHECK_CNT 10
1717
#define BMI270_FILE_WRITE_LEN 32
1818

19-
#define BMI270_POWER_ON_TIME_MS 3
20-
#define BMI270_SOFT_RESET_TIME_MS 3
19+
#define BMI270_POWER_ON_TIME_MS 10
20+
#define BMI270_SOFT_RESET_TIME_MS 10
2121
#define BMI270_STATUS_CHECK_PERIOD_MS 50
2222

2323
#define BMI270_CMD_SOFT_RESET 0xB6

0 commit comments

Comments
 (0)