first commit

This commit is contained in:
2024-02-03 16:57:47 -05:00
commit ec42a139a4
4 changed files with 60 additions and 0 deletions

3
src/lib.rs Normal file
View File

@@ -0,0 +1,3 @@
pub mod meshtastic {
include!(concat!(env!("OUT_DIR"), "/meshtastic.rs"));
}