commit baffc9d32ab1ed1720475a3a228764dd10a0cd2a Author: drjones Date: Wed May 20 10:04:16 2026 -0700 chore: import local project into Gitea diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..81d430d --- /dev/null +++ b/.gitignore @@ -0,0 +1,30 @@ +# OS / tooling +.DS_Store +Thumbs.db + +# Editors +.cursor/ + +# Secrets +.env +.env.* +!.env.example +!.env.template + +# Python +__pycache__/ +*.py[cod] +.venv/ +venv/ + +# Node / frontend +node_modules/ +dist/ + +# Typical embedded / tooling noise +*.log + +# Builds (adjust per subtree if needed) +**/build/.ninja_deps +**/build/.ninja_log + diff --git a/README.md b/README.md new file mode 100644 index 0000000..b68de05 --- /dev/null +++ b/README.md @@ -0,0 +1,7 @@ +# meshtastic + +Contains **`firmware/`** assets for Meshtastic-compatible builds. + +Open that subdirectory for version notes, binaries, YAML, PlatformIO manifests, etc. + +Upstream documentation: [https://meshtastic.org](https://meshtastic.org/) — licensing and flashing guidance apply. diff --git a/firmware b/firmware new file mode 160000 index 0000000..bbc638a --- /dev/null +++ b/firmware @@ -0,0 +1 @@ +Subproject commit bbc638ab82b3834d11325067f38641c0112c2459