@@ -68,7 +68,7 @@ bool VariableArray::setupSensors(void)
6868{
6969 bool success = true ;
7070
71- #ifdef DEEP_DEBUGGING_SERIAL_OUTPUT
71+ #ifdef MS_VARIABLEARRAY_DEBUG_DEEP
7272 bool deepDebugTiming = true ;
7373 #else
7474 bool deepDebugTiming = false ;
@@ -187,7 +187,7 @@ bool VariableArray::sensorsWake(void)
187187 bool success = true ;
188188 uint8_t nSensorsAwake = 0 ;
189189
190- #ifdef DEEP_DEBUGGING_SERIAL_OUTPUT
190+ #ifdef MS_VARIABLEARRAY_DEBUG_DEEP
191191 bool deepDebugTiming = true ;
192192 #else
193193 bool deepDebugTiming = false ;
@@ -300,7 +300,7 @@ bool VariableArray::updateAllSensors(void)
300300{
301301 bool success = true ;
302302
303- #ifdef DEEP_DEBUGGING_SERIAL_OUTPUT
303+ #ifdef MS_VARIABLEARRAY_DEBUG_DEEP
304304 bool deepDebugTiming = true ;
305305 #else
306306 bool deepDebugTiming = false ;
@@ -464,7 +464,7 @@ bool VariableArray::completeUpdate(void)
464464 bool success = true ;
465465 uint8_t nSensorsCompleted = 0 ;
466466
467- #ifdef DEEP_DEBUGGING_SERIAL_OUTPUT
467+ #ifdef MS_VARIABLEARRAY_DEBUG_DEEP
468468 bool deepDebugTiming = true ;
469469 #else
470470 bool deepDebugTiming = false ;
@@ -563,7 +563,7 @@ bool VariableArray::completeUpdate(void)
563563 }
564564
565565 // This is just for debugging
566- #ifdef DEEP_DEBUGGING_SERIAL_OUTPUT
566+ #ifdef MS_VARIABLEARRAY_DEBUG_DEEP
567567 uint8_t arrayPositions[_variableCount];
568568 for (uint8_t i = 0 ; i < _variableCount; i++)
569569 {
0 commit comments