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

Signed-off-by: Michael Lobstein <michael.lobstein@gmail.com>
pull/10319/head
mlobstein 2021-03-13 13:10:05 -06:00 committed by GitHub
parent b846bf1c56
commit c8eb88fc53
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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