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