Skip to content

Commit

Permalink
Fix debug for Keller
Browse files Browse the repository at this point in the history
@hodsonm-cws, this clears the compile error when you define `MS_KELLERPARENT_DEBUG_DEEP` in the platoformio.ini.
  • Loading branch information
aufdenkampe committed Apr 16, 2024
1 parent 0e25aa6 commit e601ab5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sensors/KellerParent.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ bool KellerParent::setup(void) {
if (_powerPin2 >= 0) pinMode(_powerPin2, OUTPUT);

#ifdef MS_KELLERPARENT_DEBUG_DEEP
sensor.setDebugStream(&DEEP_DEBUGGING_SERIAL_OUTPUT);
_ksensor.setDebugStream(&DEEP_DEBUGGING_SERIAL_OUTPUT);
#endif

// This sensor begin is just setting more pin modes, etc, no sensor power
Expand Down

0 comments on commit e601ab5

Please sign in to comment.