Initial testing, have a blinking LED

This commit is contained in:
Netwxx
2026-08-05 14:35:48 -07:00
commit 1185217fd0
8 changed files with 88 additions and 0 deletions

3
build.rs Normal file
View File

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