Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Disable output0 on startup
It makes the other output work more reliably
  • Loading branch information
stefanor committed Aug 4, 2017
1 parent 1d2f113 commit 9eb83b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion firmware/config.c
Expand Up @@ -44,7 +44,7 @@ static const unsigned char config_defaults[CONFIG_KEY_COUNT] = {
false, // Input0
true, // Input1
// Output config
true, VIDEO_IN_DEFAULT, // Output 0
false, VIDEO_IN_DEFAULT, // Output 0
true, VIDEO_IN_DEFAULT, // Output 1
// Encoder
true, VIDEO_IN_DEFAULT, 85, 25, true,
Expand Down

0 comments on commit 9eb83b4

Please sign in to comment.