From c0207d04a0fc699695b8b68538150f3bc8426f9e Mon Sep 17 00:00:00 2001 From: Adrian Scillato <39969427+ascillato2@users.noreply.github.com> Date: Sat, 26 Jun 2021 15:52:12 -0300 Subject: [PATCH] AM2320 fix internal SNS driver number --- tasmota/xsns_88_am2320.ino | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tasmota/xsns_88_am2320.ino b/tasmota/xsns_88_am2320.ino index 7388a9d91..88da1181e 100644 --- a/tasmota/xsns_88_am2320.ino +++ b/tasmota/xsns_88_am2320.ino @@ -29,7 +29,7 @@ * and https://github.com/nightphobos/tasmota-am2320-i2c-driver as adaptation code to Tamota \*********************************************************************************************/ -#define XSNS_92 92 +#define XSNS_88 88 #define XI2C_92 92 // See I2CDEVICES.md #define AM2320_ADDR 0x5C // use 7bit address: 0xB8 >> 1 @@ -222,4 +222,4 @@ bool Xsns92(uint8_t function) } #endif // USE_AM2320 -#endif // USE_I2C \ No newline at end of file +#endif // USE_I2C