Initial tutorial commit

This commit is contained in:
2024-07-30 11:17:58 -04:00
commit 143b3b057b
8 changed files with 205 additions and 0 deletions

View File

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