clean up 2

This commit is contained in:
cpu
2026-05-27 20:33:12 +02:00
parent d7597fb0f1
commit e929bb420e

View File

@@ -60,7 +60,7 @@ sudo mv minichlink /usr/local/bin/
## 3. Build the Firmware ## 3. Build the Firmware
Navigate to this firmware directory where the `Makefile` and `main.c` are located. Make sure the `ch32fun` path in the `Makefile` points to where you cloned `ch32fun`. Navigate to this firmware directory where the `Makefile` and `main.c` are located. Make sure the `ch32fun` path in the `Makefile` points to where you cloned `ch32fun`.
```Bash ```Bash
cd Flow-Controller/firmware cd ~/proj/Flow_Controller/firmware
make clean make clean
make make
``` ```