[atlona] Fix PROPERTY_VERSION not displaying correct value on UHD models (#10279)

Signed-off-by: Michael Lobstein <michael.lobstein@gmail.com>
This commit is contained in:
mlobstein
2021-03-13 13:10:05 -06:00
committed by GitHub
parent b846bf1c56
commit c8eb88fc53

View File

@@ -1118,7 +1118,7 @@ class AtlonaPro3PortocolHandler {
}
m = versionHdPattern.matcher(response);
if (m.matches()) {
if (!capabilities.isUHDModel() && m.matches()) {
handleVersionResponse(m, response);
return;
}