From 417009a5647f65d0ce7fce0216e6d00afdccfbe2 Mon Sep 17 00:00:00 2001 From: Tyeth Gundry Date: Fri, 31 Jan 2025 15:07:53 +0000 Subject: [PATCH] Update WipperSnapper_I2C_Driver_SCD4X.h - update instantiation --- src/components/i2c/drivers/WipperSnapper_I2C_Driver_SCD4X.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/i2c/drivers/WipperSnapper_I2C_Driver_SCD4X.h b/src/components/i2c/drivers/WipperSnapper_I2C_Driver_SCD4X.h index 67bb48fa..34eb8f91 100644 --- a/src/components/i2c/drivers/WipperSnapper_I2C_Driver_SCD4X.h +++ b/src/components/i2c/drivers/WipperSnapper_I2C_Driver_SCD4X.h @@ -51,7 +51,7 @@ class WipperSnapper_I2C_Driver_SCD4X : public WipperSnapper_I2C_Driver { */ /*******************************************************************************/ bool begin() { - _scd = new SensirionI2CScd4x(); + _scd = new SensirionI2cScd4x(); _scd->begin(*_i2c); // stop previously started measurement