Skip to content

Commit

Permalink
更新 mpu6xxx/aht10,当使用 sensor v1 时,可以选择旧版本。
Browse files Browse the repository at this point in the history
  • Loading branch information
Guozhanxin committed Jul 26, 2023
1 parent 323cfcd commit 923aece
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion peripherals/sensors/aht10/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ if PKG_USING_AHT10

config PKG_USING_AHT10_V210
bool "v2.1.0"
depends on RT_VER_NUM < 0x50000
depends on RT_VER_NUM < 0x50000 || !RT_USING_SENSOR_V2

config PKG_USING_AHT10_V200
bool "v2.0.0"
Expand Down
2 changes: 1 addition & 1 deletion peripherals/sensors/mpu6xxx/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ if PKG_USING_MPU6XXX

config PKG_USING_MPU6XXX_V111
bool "v1.1.1"
depends on RT_VER_NUM < 0x50000
depends on RT_VER_NUM < 0x50000 || !RT_USING_SENSOR_V2

config PKG_USING_MPU6XXX_V110
bool "v1.1.0"
Expand Down

0 comments on commit 923aece

Please sign in to comment.