Skip to content

Commit

Permalink
Finalize mom gift
Browse files Browse the repository at this point in the history
  • Loading branch information
cnlohr committed Aug 31, 2020
1 parent c014c85 commit e591268
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion atmega168pb_waveshare_color/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ int main()
sleep_enable();
sleep_mode();
sleep_disable();
if( seconds_over_8 > 10 )
if( seconds_over_8 >= ((24*((60*60)/8))) )
{
seconds_over_8 = 0;
pictureno++;
Expand Down

0 comments on commit e591268

Please sign in to comment.