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