esp32_gps_display/build.rs

6 lines
189 B
Rust

// Necessary because of this issue: https://github.com/rust-lang/cargo/issues/9641
fn main() -> Result<(), Box<dyn std::error::Error>> {
embuild::espidf::sysenv::output();
Ok(())
}