chore: import local project into Gitea

This commit is contained in:
2026-05-20 10:02:44 -07:00
commit 8b02a5c9b9
3 changed files with 46 additions and 0 deletions

30
.gitignore vendored Normal file
View File

@@ -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

Submodule ESP32-PortaPack-Mesh-Network-Project added at b1753bf5a1

15
README.md Normal file
View File

@@ -0,0 +1,15 @@
# MAYHEM
Parent folder wrapping **ESP32-PortaPack-Mesh-Network-Project**: mesh/network experiments built around ESP32 and PortaPack-style workflows.
## Subproject
Enter `ESP32-PortaPack-Mesh-Network-Project/` for boards, binaries, docs, or IDF sketches.
## Tooling
Use **ESP-IDF** or Arduino (per subproject readme) matching the chipset called out inside that directory.
## Safety & authorization
Operate mesh / RF tooling only where you hold spectrum and device permission.