Skip to content

Commit

Permalink
minor cosmetic change
Browse files Browse the repository at this point in the history
  • Loading branch information
greymfm committed Apr 19, 2018
1 parent 1a58fbe commit e8a1b46
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions code/ardumower/mower.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -319,12 +319,12 @@ void Mower::setup(){
unsigned long timeout = millis() + 10000;
while (millis() < timeout){
if (!checkAT24C32()){
Console.println("PCB not powered ON or RTC module missing");
Console.println(F("PCB not powered ON or RTC module missing"));
delay(1000);
} else break;
}
ADCMan.init();
Console.println("SETUP");
Console.println(F("SETUP"));

// LED, buzzer, battery
pinMode(pinLED, OUTPUT);
Expand Down

0 comments on commit e8a1b46

Please sign in to comment.