Use Correct Debug Line in SCD30.cpp
This commit is contained in:
parent
134744bd96
commit
3cc4464bf8
1 changed files with 1 additions and 1 deletions
|
@ -66,7 +66,7 @@ uint8_t SCD30::getSensorData(char *payload, uint8_t startbyte) {
|
||||||
uint8_t ready[2] = {0};
|
uint8_t ready[2] = {0};
|
||||||
uint8_t data[18] = {0};
|
uint8_t data[18] = {0};
|
||||||
|
|
||||||
DEBUG_PRINTLN("SCD30::initialize");
|
DEBUG_PRINTLN("SCD30::getSensorData");
|
||||||
|
|
||||||
// Check if Sensor Data is Available
|
// Check if Sensor Data is Available
|
||||||
getBytes(SCD30_DATA_READY, ready, 2);
|
getBytes(SCD30_DATA_READY, ready, 2);
|
||||||
|
|
Loading…
Reference in a new issue