Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions peripherals/sensors/sht3x/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
8 changes: 4 additions & 4 deletions peripherals/sensors/sht3x/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
Expand Down
Loading