update readme

This commit is contained in:
linbo 2025-09-04 10:36:34 +08:00
parent 4765a69c49
commit fb3d6622f4

View File

@ -136,4 +136,11 @@ sudo make install
```shell ```shell
cd assets cd assets
sudo dkpg -i Mech-Eye_API_2.5.1_amd64.deb sudo dkpg -i Mech-Eye_API_2.5.1_amd64.deb
```
### 串口冲突问题
```shell
sudo systemctl stop brltty
sudo systemctl disable brltty
sudo apt remove brltty
``` ```