diff --git a/docs/en/base/btc_base.md b/docs/en/base/btc_base.md
index ca030141..8d4518f6 100644
--- a/docs/en/base/btc_base.md
+++ b/docs/en/base/btc_base.md
@@ -6,17 +6,17 @@
## Description
-**BTC** is a M5 base that allows you sit your M5 core instead of laying them down or hang on the wall. BTC is not just a sit for holding the M5 core but also comes with serveral features like temperature and humiluty detection(by DHT12), and charging base.
+**BTC** is a M5 base that allows you sit your M5 core instead of laying them down or hang on the wall. BTC is not just a sit for holding the M5 core but also comes with serveral features like temperature and humiluty detection(by SHT30), and charging base.
**Note:**
* Although M5Core [BASIC](https://docs.m5stack.com/#/en/core/basic) or [GRAY](https://docs.m5stack.com/#/en/core/gray) can be attached to this base, but BTC can not charge them. Actually, our Cores, as we know, are built in chargin chip (IP5306). After plugged a USB cable in, the Core was charging without any charger.
-* Once M5Core has been attached to BTC, it can not controll ENV Unit at this time. Because BTC has been built in DHT12 sensor which will cause IIC address conflict.
+* Once M5Core has been attached to BTC, it can not controll ENV Unit at this time. Because BTC has been built in SHT30 sensor which will cause IIC address conflict.
### Product Features
-- DHT12 inside
+- SHT30 inside
# Include
@@ -29,11 +29,11 @@
# PinMap
-**DHT12**
+**SHT30**
| ESP32 Chip | GPIO22 | GND | GPIO21 | 3V3 |
- | DHT12 | SCL | GND | SDA | 3V3 |
+ | SHT30 | SCL | GND | SDA | 3V3 |
@@ -43,11 +43,38 @@
- [DHT12 datasheet](https://m5stack.oss-cn-shenzhen.aliyuncs.com/resource/docs/datasheet/hat/DHT12_en.pdf)
+- [SHT30 datasheet](https://m5stack.oss-cn-shenzhen.aliyuncs.com/resource/docs/datasheet/unit/SHT3x_Datasheet_digital.pdf)
+
## Example
### Arduino IDE
-- To get the code `BTC.ino`, please click [here](https://github.com/m5stack/M5-ProductExampleCodes/tree/master/Base/BTC/Arduino)
+- To get the code `BTC.ino`, please click [here](https://github.com/m5stack/M5-ProductExampleCodes/tree/master/Base/BTC/Arduino/BTC2.1)
+
+## Version Change
+
+
+
+
+ | Release Date |
+ Product Change |
+ Note: |
+
+
+
+
+ | 2017.7 |
+ Initial public release |
+ / |
+
+
+ | 2020.5 |
+ DHT12 changed to SHT30 |
+ / |
+
+
+
+