esp32-static-ip/build.rs

3 lines
72 B
Rust

fn main() {
println!("cargo:rustc-link-arg-bins=-Tlinkall.x");
}