You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Debug.LogFatal("Firmware version {fwVersion} is too low to run this version of Essentials. Please upgrade to greater than v{minimumFirmwareVersion}.",fwVersion,minimumFirmwareVersion);
66
+
return;
67
+
}
68
+
49
69
// If the control system is a DMPS type, we need to wait to exit this method until all devices have had time to activate
50
70
// to allow any HD-BaseT DM endpoints to register first.
0 commit comments