From baffc9d32ab1ed1720475a3a228764dd10a0cd2a Mon Sep 17 00:00:00 2001 From: drjones Date: Wed, 20 May 2026 10:04:16 -0700 Subject: [PATCH] chore: import local project into Gitea --- .gitignore | 30 ++++++++++++++++++++++++++++++ README.md | 7 +++++++ firmware | 1 + 3 files changed, 38 insertions(+) create mode 100644 .gitignore create mode 100644 README.md create mode 160000 firmware 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