From 8b722e7a4f3c9e718833caa32541ea3e1d553dc0 Mon Sep 17 00:00:00 2001 From: Theo Arends <11044339+arendst@users.noreply.github.com> Date: Fri, 10 Apr 2020 15:31:20 +0200 Subject: [PATCH] Update xdsp_11_sevenseg.ino --- tasmota/xdsp_11_sevenseg.ino | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tasmota/xdsp_11_sevenseg.ino b/tasmota/xdsp_11_sevenseg.ino index d2d533e5b..2e0a5b11e 100644 --- a/tasmota/xdsp_11_sevenseg.ino +++ b/tasmota/xdsp_11_sevenseg.ino @@ -1,5 +1,5 @@ /* - xdsp_03_matrix.ino - Display 8x8 matrix support for Tasmota + xdsp_11_sevenseg.ino - Display seven segment support for Tasmota Copyright (C) 2020 Theo Arends and Adafruit @@ -22,7 +22,7 @@ #ifdef USE_DISPLAY_SEVENSEG #define XDSP_11 11 -#define XI2C_46 46 // See I2CDEVICES.md +#define XI2C_47 47 // See I2CDEVICES.md #include #include @@ -268,7 +268,7 @@ void SevensegRefresh(void) // Every second bool Xdsp11(uint8_t function) { - if (!I2cEnabled(XI2C_46)) { return false; } + if (!I2cEnabled(XI2C_47)) { return false; } bool result = false;