Initial project creation

This commit is contained in:
Wyatt Marchand
2026-08-25 20:24:08 -07:00
commit 7542e733c1
7 changed files with 76 additions and 0 deletions
+3
View File
@@ -0,0 +1,3 @@
fn main() {
embuild::espidf::sysenv::output();
}