Timing tweaks for Oxberry firmware. Successfully ran 2000 frames with these settings.
This commit is contained in:
parent
00ccf4cb8f
commit
6ec81a3429
|
@ -17,8 +17,8 @@ const int cam_pin = 9;
|
|||
boolean running = false;
|
||||
boolean cam_dir = true;
|
||||
|
||||
const int cam_time = 700;
|
||||
const int cam_momentary = 120;
|
||||
const int cam_time = 550;
|
||||
const int cam_momentary = 130;
|
||||
const int cam_delay = 42;
|
||||
|
||||
const char cmd_camera = 'c';
|
||||
|
|
Loading…
Reference in New Issue