mirror of
https://github.com/6-robot/wpb_home.git
synced 2025-09-15 12:58:59 +08:00
11 lines
237 B
Bash
11 lines
237 B
Bash
#!/bin/bash
|
|
|
|
echo "***************"
|
|
echo "delete the remap device serial port to ftdi"
|
|
sudo rm /etc/udev/rules.d/ftdi.rules
|
|
echo "Restarting udev"
|
|
sudo service udev reload
|
|
sudo service udev restart
|
|
echo "finish"
|
|
echo "***************"
|