Skip to content

Commit

Permalink
Fixed merge conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasjacquin committed Aug 15, 2021
1 parent 663a39f commit 8a316d7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion capture_RPiHQ.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1274,7 +1274,7 @@ displayDebugText(debugText, 3);
displayDebugText(debugText, 0);

// Sleep for a moment
usleep(currentDelay * US_IN_SEC);
usleep(currentDelay * US_IN_MS);

// Check for day or night based on location and angle
calculateDayOrNight(latitude, longitude, angle);
Expand Down
Empty file modified scripts/copy_notification_image.sh
100644 → 100755
Empty file.

0 comments on commit 8a316d7

Please sign in to comment.