Merge remote-tracking branch 'origin/master'

This commit is contained in:
Pablo Revilla
2025-09-24 19:38:55 -07:00
4 changed files with 12 additions and 2 deletions

1
.gitignore vendored
View File

@@ -5,3 +5,4 @@ packets.db
/table_details.py
config.ini
screenshots/*
python/nanopb

3
.gitmodules vendored Normal file
View File

@@ -0,0 +1,3 @@
[submodule "python"]
path = python
url = https://github.com/meshtastic/python.git

View File

@@ -65,10 +65,15 @@ Clone the repo from GitHub:
git clone https://github.com/pablorevilla-meshtastic/meshview.git
```
Create a Python virtual environment:
```bash
cd meshview
git submodule update --init
ln -s ../python/meshtastic/protobuf meshtastic/protobuf
```
Create a Python virtual environment:
from the meshview directory...
```bash
python3 -m venv env
```

1
python Submodule

Submodule python added at d53ced216c