support AHT20 without enabling AHT1x

This commit is contained in:
Christopher BRAVO CERCAS 2021-09-14 20:45:20 +02:00
parent 2dcf49ca38
commit c7d7e2f4da
1 changed files with 2 additions and 1 deletions

View File

@ -19,7 +19,7 @@
*/
#ifdef USE_I2C
#ifdef USE_AHT1x
#if defined(USE_AHT1x) || defined(USE_AHT2x)
/*********************************************************************************************\
* AHT10/15/20 - Temperature and Humidity
@ -38,6 +38,7 @@
*
* 27.08.2020 support for AHT20 added. Now, the AHT20 should support standard I2C Protokoll
* and allows other I2C Devices on the bus but have only one I2C Address (0x38)
* 14.09.2021 support AHT20 without enabling AHT1x
*
* AHT20 I2C Address: 0x38
\*********************************************************************************************/