From 436c5db12ccaae0ecdc1af9b97b62205573f88bc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mehmet=20G=C3=BCnce=20Akkoyun?= Date: Fri, 30 Jul 2021 00:23:10 +0300 Subject: [PATCH] bug fix --- src/Environment.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Environment.cpp b/src/Environment.cpp index a1351d2..ce5cece 100644 --- a/src/Environment.cpp +++ b/src/Environment.cpp @@ -1606,7 +1606,7 @@ float Environment::MCP3422_Pressure(const uint8_t _Channel, const uint8_t _Read_ } // Define Pressure Read Array - double Pressure_RAW_Array[_Read_Count]; + float Pressure_RAW_Array[_Read_Count]; // Start I2C Wire.beginTransmission(0x68);