|
|
@@ -407,6 +407,7 @@ public class InfraredDemo : JCUnityLib.ViewBase
|
|
|
textObj.text = _value + "";
|
|
|
//Debug.Log("Slider value changed to: " + newValue + " from " + _VALUE);
|
|
|
cameraInfo.SetValue(typeStr, _value);
|
|
|
+ paramFloatValue.Set(_value);
|
|
|
|
|
|
});
|
|
|
}
|
|
|
@@ -739,9 +740,6 @@ public class InfraredDemo : JCUnityLib.ViewBase
|
|
|
_duckLevelDropdown.SetValueWithoutNotify(defLevel);
|
|
|
_duckLevelDropdown.onValueChanged.AddListener(SetDuckLevelTest);
|
|
|
|
|
|
- //进行一次蓝牙连接
|
|
|
- BluetoothAim.ins.HomeViewConnectBLE();
|
|
|
-
|
|
|
}
|
|
|
|
|
|
|