mirror of
https://github.com/dekuNukem/USB4VC.git
synced 2025-10-31 11:26:46 -07:00
fixed flipped ADB connector footprint
This commit is contained in:
@@ -21,10 +21,8 @@ def reset_pboard():
|
||||
time.sleep(0.05)
|
||||
print("done")
|
||||
|
||||
GPIO.setup(PBOARD_RESET_PIN, GPIO.IN)
|
||||
GPIO.setup(PBOARD_DFU_PIN, GPIO.OUT)
|
||||
GPIO.output(PBOARD_DFU_PIN, GPIO.LOW)
|
||||
|
||||
GPIO.setup(PBOARD_DFU_PIN, GPIO.IN)
|
||||
# GPIO.output(PBOARD_DFU_PIN, GPIO.LOW)
|
||||
# reset_pboard()
|
||||
|
||||
os.system('sudo bash -c "echo 1 > /sys/module/bluetooth/parameters/disable_ertm"')
|
||||
|
||||
Reference in New Issue
Block a user