Skip to content

Commit

Permalink
Removed annoying delay
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric committed Aug 6, 2018
1 parent 2516828 commit 1e4600b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Erics_OLED_Battery_Voltage/Erics_OLED_Battery_Voltage.ino
Expand Up @@ -86,7 +86,7 @@ void loop() {
display.print (battv);
display.println("V");
display.display();
delay(2000);
//delay(2000);
display.clearDisplay();
}
void checkbatt()
Expand Down

1 comment on commit 1e4600b

@reanzi
Copy link

@reanzi reanzi commented on 1e4600b Apr 3, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is neat! I like it, keep it up

Please sign in to comment.