Skip to content

Commit

Permalink
debugging tweak
Browse files Browse the repository at this point in the history
Signed-off-by: Sara Damiano <sdamiano@stroudcenter.org>
  • Loading branch information
SRGDamia1 committed Oct 11, 2024
1 parent 867b56c commit 9b7c38f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/LoggerBase.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1493,9 +1493,9 @@ void Logger::logDataAndPublish(bool sleepBeforeReturning) {

// Print out the sensor data
#if defined(STANDARD_SERIAL_OUTPUT)
MS_DBG('\n');
STANDARD_SERIAL_OUTPUT.println();
_internalArray->printSensorData(&STANDARD_SERIAL_OUTPUT);
MS_DBG('\n');
STANDARD_SERIAL_OUTPUT.println();
#endif

// Create a csv data record and save it to the log file
Expand Down

0 comments on commit 9b7c38f

Please sign in to comment.