mirror of
https://github.com/dekuNukem/USB4VC.git
synced 2025-10-31 11:26:46 -07:00
added debug logging and copy to flashdrive
This commit is contained in:
@@ -81,8 +81,8 @@ pip3 install evdev
|
||||
|
||||
sudo nano /etc/rc.local
|
||||
|
||||
cd /home/pi/usb4vc; python3 usb4vc_main.py &
|
||||
|
||||
echo 1 > /sys/module/bluetooth/parameters/disable_ertm
|
||||
cd /home/pi/usb4vc/rpi_app; python3 keep_alive.py 2>&1 | tee -a /home/pi/usb4vc/usb4vc_debug_log.txt &
|
||||
kill -SIGINT pid
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user