Skip to content

Commit

Permalink
nextTimeCheckBattery increased
Browse files Browse the repository at this point in the history
  • Loading branch information
greymfm committed Jul 23, 2017
1 parent db38681 commit 6dbc54c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/ardumower/robot.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ Robot::Robot(){
nextTimeDrop = 0; // Dropsensor - Absturzsensor
nextTimeSonar = 0;
nextTimeBattery = 0;
nextTimeCheckBattery = 0;
nextTimeCheckBattery = millis() + 10000;
nextTimePerimeter = 0;
nextTimeLawnSensor = 0;
nextTimeLawnSensorCheck = 0;
Expand Down

0 comments on commit 6dbc54c

Please sign in to comment.