Skip to content

Commit

Permalink
Added actual timer millis to verbose log
Browse files Browse the repository at this point in the history
  • Loading branch information
SciLor committed May 28, 2020
1 parent 8c767b1 commit de25bda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BoxPower.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ void BoxPower::loop() {

void BoxPower::feedSleepTimer() {
_lastFeed = millis();
Log.verbose("Sleep timer reset");
Log.verbose("Sleep timer reset, _lastFeed=%l", _lastFeed);
}

void BoxPower::_preparePowerDown() {
Expand Down

0 comments on commit de25bda

Please sign in to comment.