From 722e27c6bc11320c610afdda6334c9988a9beb8b Mon Sep 17 00:00:00 2001 From: Vincent de Groot <53112521+Vincent1964@users.noreply.github.com> Date: Sun, 23 Jul 2023 10:48:22 +0200 Subject: [PATCH] changing reference to xsns109 --- tasmota/tasmota_xsns_sensor/xsns_110_max17043.ino | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tasmota/tasmota_xsns_sensor/xsns_110_max17043.ino b/tasmota/tasmota_xsns_sensor/xsns_110_max17043.ino index 918deeb68c11..28c73646580b 100644 --- a/tasmota/tasmota_xsns_sensor/xsns_110_max17043.ino +++ b/tasmota/tasmota_xsns_sensor/xsns_110_max17043.ino @@ -1,5 +1,5 @@ /* - xsns_109_max17043.ino - Support for MAX17043 fuel-gauge systems Lipo batteries for Tasmota + xsns_110_max17043.ino - Support for MAX17043 fuel-gauge systems Lipo batteries for Tasmota Copyright (C) 2023 Vincent de Groot @@ -48,7 +48,7 @@ * \*********************************************************************************************/ -#define XSNS_109 109 +#define XSNS_110 110 const char *mqttId = "MAX17043"; @@ -104,7 +104,7 @@ void Max17043Show(void) { * Interface \*********************************************************************************************/ -bool Xsns109(uint32_t function) { +bool Xsns110(uint32_t function) { if (!I2cEnabled(MAX17043_ADDRESS)) { return false; } if (FUNC_INIT == function) { @@ -129,4 +129,4 @@ if (!I2cEnabled(MAX17043_ADDRESS)) { return false; } } #endif // USE_MAX17043 -#endif // USE_I2C \ No newline at end of file +#endif // USE_I2C