This commit is contained in:
Invariantspace 2025-04-27 07:19:52 +08:00
parent af5327c382
commit c0c5938994
Signed by: macronova
GPG key ID: CE969670FB4B4A56
10 changed files with 2029 additions and 5 deletions

3
xiao-esp32c6/build.rs Normal file
View file

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