From 5189e53e6d829ae5b6e5c932c21175c6f959deed Mon Sep 17 00:00:00 2001 From: Your Name Date: Mon, 10 Mar 2025 21:42:19 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E7=BC=96=E8=AF=91=E8=84=9A?= =?UTF-8?q?=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build.sh | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/build.sh b/build.sh index d271b26..25322cd 100644 --- a/build.sh +++ b/build.sh @@ -1,8 +1,11 @@ +cd ./TC1/http_server + +python ./test.py > web_data.c + +cd ../.. mico make clean -mico make TC1@MK3031@moc +mico make TC1@MK3031@moc total -mico make TC1@MK3031@moc download run - -mico make TC1@MK3031@moc total download run +cp ./build/TC1\@MK3031\@moc/binary/TC1\@MK3031\@moc.ota.bin ./build/TC1\@MK3031\@moc/binary/ota.bin