mirror of
https://github.com/letscontrolit/ESPEasy.git
synced 2026-07-27 19:57:38 +00:00
10 lines
158 B
Bash
Executable File
10 lines
158 B
Bash
Executable File
#!/bin/bash
|
|
|
|
sudo modprobe usbserial
|
|
sudo modprobe ch341
|
|
sudo modprobe cp210x
|
|
sudo modprobe ftdi_sio
|
|
|
|
|
|
sudo chmod 666 /dev/ttyACM*
|
|
sudo chmod 666 /dev/ttyUSB* |