mirror of
https://github.com/oopuuu/zTC1.git
synced 2025-12-11 20:48:16 +08:00
15 lines
370 B
Bash
15 lines
370 B
Bash
cd ./TC1/http_server
|
|
|
|
python ./test.py > web_data.c
|
|
|
|
cd ../..
|
|
|
|
mico make clean
|
|
|
|
mico make TC1@MK3031@moc total
|
|
|
|
cp ./build/TC1\@MK3031\@moc/binary/TC1\@MK3031\@moc.ota.bin ./build/TC1\@MK3031\@moc/binary/ota$(date +%Y%m%d%H%M%S).bin
|
|
|
|
cp ./build/TC1\@MK3031\@moc/binary/TC1\@MK3031\@moc.all.bin ./build/TC1\@MK3031\@moc/binary/all$(date +%Y%m%d%H%M%S).bin
|
|
|