fixed flipped ADB connector footprint

This commit is contained in:
dekunukem
2022-01-01 19:25:45 +00:00
parent 1e39f93998
commit d1ebcd3a05
20 changed files with 2523 additions and 726 deletions

View File

@@ -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"')