From fa76df67eee41e4b7094d4065bd49a6ff3f95b86 Mon Sep 17 00:00:00 2001 From: Julian Waller Date: Tue, 7 May 2024 22:49:04 +0100 Subject: [PATCH] chore: update supported versions in help --- companion/HELP.md | 2 +- src/config.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/companion/HELP.md b/companion/HELP.md index 56bf6ee..00899cc 100644 --- a/companion/HELP.md +++ b/companion/HELP.md @@ -3,7 +3,7 @@ Should work with all models of Blackmagic Design ATEM mixers. Firmware versions 7.5.2 and later are known to work, other versions may experience problems. -Firmware versions after 9.3 are not verified to be working at the time of writing, but they likely will work fine. +Firmware versions after 9.4 are not verified to be working at the time of writing, but they likely will work fine. Devices must be controlled over a network, USB control is NOT supported. diff --git a/src/config.ts b/src/config.ts index 1cfeab5..843052a 100644 --- a/src/config.ts +++ b/src/config.ts @@ -32,7 +32,7 @@ export function GetConfigFields(_self: InstanceBaseExt): SomeCompani value: 'This works with all models of Blackmagic Design ATEM mixers.
' + 'Firmware versions 7.5.2 and later are known to work, other versions may experience problems.
' + - 'Firmware versions after 9.3 are not verified to be working at the time of writing, but they likely will work fine.
' + + 'Firmware versions after 9.4 are not verified to be working at the time of writing, but they likely will work fine.
' + "In general the model can be left in 'Auto Detect', however a specific model can be selected below for offline programming.
" + 'Devices must be controlled over a network, USB control is NOT supported.', },