Switch to submodule for protos

This commit is contained in:
Kevin Hester
2020-03-02 09:52:29 -08:00
parent 25765af9a7
commit 6de46fc8df
3 changed files with 5 additions and 1 deletions

3
.gitmodules vendored Normal file
View File

@@ -0,0 +1,3 @@
[submodule "app/src/main/proto"]
path = app/src/main/proto
url = https://github.com/meshtastic/Meshtastic-protobufs.git

View File

@@ -1,7 +1,7 @@
# High priority
Work items for soon alpha builds
* use git subtree for androidlib and the protobufs
* use git submodule for androidlib
* run services in sim mode on emulator
* show offline nodes as greyed out
* show time since last contact on the node info card

1
app/src/main/proto Submodule

Submodule app/src/main/proto added at c4ee1448ea