5 lines
78 B
Batchfile
5 lines
78 B
Batchfile
|
|
@echo off
|
||
|
|
cd rust_app
|
||
|
|
cargo +esp build --target xtensa-esp32s3-none-elf
|
||
|
|
cd ..
|