Skip to content

Commit

Permalink
Update captureImages.ino
Browse files Browse the repository at this point in the history
  • Loading branch information
mimansamaheshwari authored Mar 7, 2019
1 parent 6841492 commit 111d68e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ void loop() {
{
Camera.flipTo(REAR);
Camera.flashMode(OFF);
Camera.setQuality(LOW);
Camera.setQuality(LOW_QUALITY);
Camera.captureImage();
}
if(a == '3')
Expand Down

0 comments on commit 111d68e

Please sign in to comment.