Skip to content

Commit

Permalink
Change Default front cam delay
Browse files Browse the repository at this point in the history
  • Loading branch information
falconArdente committed Oct 18, 2024
1 parent 6e6b842 commit 347fcc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion VideoCamModule/CameraLightTurnsSupplyController.h
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ class CameraLightTurnsSupplyController : public ControllerForCommUnitInterface {
Timings timings = Timings( //default one
60, // BOUNCE_DELAY
900, // REPEATER_DELAY
100, // FRONT_CAM_SHOWTIME_DELAY
50, // FRONT_CAM_SHOWTIME_DELAY
1500); // REAR_CAM_SHOWTIME_DELAY

ChangeStateCallback changeStateCallback;
Expand Down

0 comments on commit 347fcc3

Please sign in to comment.