added notes about USB autoscan

This commit is contained in:
dekunukem
2022-01-14 22:21:00 +00:00
parent 7da69c29a9
commit c898cc9192
2 changed files with 13 additions and 1 deletions

View File

@@ -121,4 +121,14 @@ before speedup:
after speedup:
16.95
16.45
16.45
-------------
usb auto mount:
sudo apt install usbmount
sudo nano /lib/systemd/system/systemd-udevd.service
change to PrivateMounts=no

View File

@@ -638,4 +638,6 @@ def get_pboard_info():
return response
def set_protocol(raw_msg):
time.sleep(0.05)
pcard_spi.xfer(list(raw_msg))
time.sleep(0.05)