diff --git a/examples/home-climate-monitoring-and-storage/sketch/sketch.ino b/examples/home-climate-monitoring-and-storage/sketch/sketch.ino index 92ae31c..72c6b59 100644 --- a/examples/home-climate-monitoring-and-storage/sketch/sketch.ino +++ b/examples/home-climate-monitoring-and-storage/sketch/sketch.ino @@ -2,7 +2,7 @@ // // SPDX-License-Identifier: MPL-2.0 -#include +#include #include // Create object instance @@ -16,7 +16,6 @@ void setup() { // Initialize Modulino I2C communication Modulino.begin(Wire1); - // Detect and connect to temperature/humidity sensor module thermo.begin(); } diff --git a/examples/home-climate-monitoring-and-storage/sketch/sketch.yaml b/examples/home-climate-monitoring-and-storage/sketch/sketch.yaml index cb9aca6..f0dbe8d 100644 --- a/examples/home-climate-monitoring-and-storage/sketch/sketch.yaml +++ b/examples/home-climate-monitoring-and-storage/sketch/sketch.yaml @@ -8,7 +8,7 @@ profiles: - DebugLog (0.8.4) - ArxContainer (0.7.0) - ArxTypeTraits (0.3.1) - - Modulino (0.5.0) + - Arduino_Modulino (0.6.1) - Arduino_HS300x (1.0.0) - Arduino_LPS22HB (1.0.2) - Arduino_LSM6DSOX (1.1.2)