Skip to content

Commit

Permalink
BUGFIX: Change the defaul protocol version to 4
Browse files Browse the repository at this point in the history
The default was set to 1 which is an invalid setting
  • Loading branch information
depili committed Dec 2, 2023
1 parent cb907c9 commit 2031362
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export function GetConfigFields(): SomeCompanionConfigField[] {
{ id: '3', label: 'Version 3' },
{ id: 'mixed', label: 'Versions 3 & 4, not recommended' },
],
default: 1,
default: '4',
},
{
type: 'textinput',
Expand Down

0 comments on commit 2031362

Please sign in to comment.