Rework Debugging Macros to also Work in Libraries #6

Merged
seiichiro merged 2 commits from debugrework into master 2021-05-03 16:35:38 +00:00
Showing only changes of commit 3cc4464bf8 - Show all commits

View file

@ -66,7 +66,7 @@ uint8_t SCD30::getSensorData(char *payload, uint8_t startbyte) {
uint8_t ready[2] = {0};
uint8_t data[18] = {0};
DEBUG_PRINTLN("SCD30::initialize");
DEBUG_PRINTLN("SCD30::getSensorData");
// Check if Sensor Data is Available
getBytes(SCD30_DATA_READY, ready, 2);