9 lines
184 B
Bash
9 lines
184 B
Bash
|
|
python tools/html_to_hpp.py
|
||
|
|
|
||
|
|
cd build/
|
||
|
|
cmake -G "MinGW Makefiles" ..
|
||
|
|
make beyondmotion
|
||
|
|
# ss -com:3 -baud:1200 -noc
|
||
|
|
cp beyondmotion.uf2 F:/
|
||
|
|
sleep 1
|
||
|
|
# ss -com:3 -baud:115200 -noc
|