5 lines
125 B
Batchfile
5 lines
125 B
Batchfile
@echo off
|
|
cd rust_app
|
|
cargo +esp build --profile release-debug --target xtensa-esp32s3-none-elf -Zbuild-std=core,alloc
|
|
cd ..
|