taotoolkit 1.0.2__tar.gz → 1.0.4__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {taotoolkit-1.0.2 → taotoolkit-1.0.4}/PKG-INFO +1 -1
- {taotoolkit-1.0.2 → taotoolkit-1.0.4}/pyproject.toml +1 -1
- {taotoolkit-1.0.2 → taotoolkit-1.0.4}/taotoolkit/tao_tuning.py +1 -5
- {taotoolkit-1.0.2 → taotoolkit-1.0.4}/taotoolkit.egg-info/PKG-INFO +1 -1
- {taotoolkit-1.0.2 → taotoolkit-1.0.4}/README.md +0 -0
- {taotoolkit-1.0.2 → taotoolkit-1.0.4}/setup.cfg +0 -0
- {taotoolkit-1.0.2 → taotoolkit-1.0.4}/taotoolkit/__init__.py +0 -0
- {taotoolkit-1.0.2 → taotoolkit-1.0.4}/taotoolkit/asrVrf.py +0 -0
- {taotoolkit-1.0.2 → taotoolkit-1.0.4}/taotoolkit/tao_camDvt.py +0 -0
- {taotoolkit-1.0.2 → taotoolkit-1.0.4}/taotoolkit/tao_cmdTool.py +0 -0
- {taotoolkit-1.0.2 → taotoolkit-1.0.4}/taotoolkit/tao_common.py +0 -0
- {taotoolkit-1.0.2 → taotoolkit-1.0.4}/taotoolkit/tao_device.py +0 -0
- {taotoolkit-1.0.2 → taotoolkit-1.0.4}/taotoolkit/tao_flash.py +0 -0
- {taotoolkit-1.0.2 → taotoolkit-1.0.4}/taotoolkit/tao_vrfTool.py +0 -0
- {taotoolkit-1.0.2 → taotoolkit-1.0.4}/taotoolkit.egg-info/SOURCES.txt +0 -0
- {taotoolkit-1.0.2 → taotoolkit-1.0.4}/taotoolkit.egg-info/dependency_links.txt +0 -0
- {taotoolkit-1.0.2 → taotoolkit-1.0.4}/taotoolkit.egg-info/requires.txt +0 -0
- {taotoolkit-1.0.2 → taotoolkit-1.0.4}/taotoolkit.egg-info/top_level.txt +0 -0
|
@@ -657,9 +657,7 @@ class asrCamOp(DevOp):
|
|
|
657
657
|
else:
|
|
658
658
|
loge("windows unsupport")
|
|
659
659
|
return
|
|
660
|
-
|
|
661
|
-
loge(f"unsupport cmd in {sysVersion}")
|
|
662
|
-
return
|
|
660
|
+
|
|
663
661
|
else:
|
|
664
662
|
logi("ip connect off")
|
|
665
663
|
if sysVersion == "Linux":
|
|
@@ -676,8 +674,6 @@ class asrCamOp(DevOp):
|
|
|
676
674
|
self.resetNet()
|
|
677
675
|
rCmd(f"adb -s {self.serial} forward --remove tcp:10000")
|
|
678
676
|
rCmd("netsh interface portproxy reset", showRet=False)
|
|
679
|
-
else:
|
|
680
|
-
loge(f"unsupport cmd in {sysVersion}")
|
|
681
677
|
|
|
682
678
|
def openCam(self, id=0):
|
|
683
679
|
if id == 0:
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|