Test transport omission

This commit is contained in:
Mykola Grymalyuk
2021-09-19 23:36:22 -06:00
parent b18236b237
commit 0077d6267c
4 changed files with 18 additions and 1 deletions
+1 -1
View File
@@ -34,7 +34,7 @@ class Constants:
self.featureunlock_version = "1.0.3" # FeatureUnlock
self.debugenhancer_version = "1.0.4" # DebugEnhancer
self.cpufriend_version = "1.2.4" # CPUFriend
self.bluetool_version = "2.6.0" # BlueToolFixup
self.bluetool_version = "2.6.1" # BlueToolFixup
## Apple
## https://www.apple.com
+2
View File
@@ -446,5 +446,7 @@ class Computer:
self.bluetooth_chipset = "BRCM2070 Hub"
elif "BRCM2046 Hub" in usb_data:
self.bluetooth_chipset = "BRCM2046 Hub"
elif "BRCM20702 Hub" in usb_data:
self.bluetooth_chipset = "BRCM20702 Hub"
elif "Bluetooth":
self.bluetooth_chipset = "Generic"