diff --git a/peripherals/sensors/sht3x/Kconfig b/peripherals/sensors/sht3x/Kconfig index 0ca792b74a..14b0d0e3e6 100644 --- a/peripherals/sensors/sht3x/Kconfig +++ b/peripherals/sensors/sht3x/Kconfig @@ -2,6 +2,7 @@ menuconfig PKG_USING_SHT3X bool "sht3x: digital humidity and temperature sensor sht3x driver library" default n + select RT_USING_I2C if PKG_USING_SHT3X diff --git a/peripherals/sensors/sht3x/package.json b/peripherals/sensors/sht3x/package.json index 566cfb3e06..2a5158bc4e 100644 --- a/peripherals/sensors/sht3x/package.json +++ b/peripherals/sensors/sht3x/package.json @@ -13,19 +13,19 @@ "github": "donghao2nanjing" }, "license": "LGPLv2.1", - "repository": "https://github.com/donghao2nanjing/sht3x", + "repository": "https://github.com/RT-Thread-packages/sht3x", "icon": "unknown", - "homepage": "https://github.com/donghao2nanjing/sht3x#readme", + "homepage": "https://github.com/RT-Thread-packages/sht3x#readme", "site": [ { "version": "latest", - "URL": "https://github.com/donghao2nanjing/sht3x.git", + "URL": "https://github.com/RT-Thread-packages/sht3x.git", "filename": "sht3x.zip", "VER_SHA": "master" }, { "version":"v1.0.0", - "URL": "https://github.com/donghao2nanjing/sht3x.git", + "URL": "https://github.com/RT-Thread-packages/sht3x.git", "filename": "sht3x-1.0.0.zip", "VER_SHA": "1c9bd0f6dc800105a3762076cf53b726d58a40b0" }