hello-esp32s3/build.rs

4 lines
53 B
Rust
Raw Normal View History

2024-09-26 09:22:11 +08:00
fn main() {
embuild::espidf::sysenv::output();
}