Skip to content

Commit

Permalink
bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
akkoyun committed Jul 29, 2021
1 parent 4471ab6 commit 436c5db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Environment.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 436c5db

Please sign in to comment.