Initial Commit

This commit is contained in:
2024-10-20 17:22:27 +02:00
commit 6fe6f2f74a
7 changed files with 204 additions and 0 deletions

3
build.rs Normal file
View File

@@ -0,0 +1,3 @@
fn main() {
embuild::espidf::sysenv::output();
}