From fb3d6622f4f4df7c9948ad402c6029db557dcd89 Mon Sep 17 00:00:00 2001 From: linbo <1034003879@qq.com> Date: Thu, 4 Sep 2025 10:36:34 +0800 Subject: [PATCH] update readme --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index e1bcdd0e..8f41887a 100644 --- a/README.md +++ b/README.md @@ -136,4 +136,11 @@ sudo make install ```shell cd assets sudo dkpg -i Mech-Eye_API_2.5.1_amd64.deb +``` + +### 串口冲突问题 +```shell +sudo systemctl stop brltty +sudo systemctl disable brltty +sudo apt remove brltty ``` \ No newline at end of file