Pull protobufs from submodule instead of a symbolic link Fix #2

This commit is contained in:
Kevin Hester
2020-03-02 09:57:05 -08:00
parent 12a68026e7
commit 4bb308c80c
5 changed files with 5 additions and 3 deletions
+3
View File
@@ -0,0 +1,3 @@
[submodule "proto"]
path = proto
url = https://github.com/meshtastic/Meshtastic-protobufs.git
+1 -1
View File
@@ -1 +1 @@
/home/kevinh/packages/nanopb-0.4.1-linux-x86/generator-bin/protoc --nanopb_out=-v:src -I=../MeshUtil/app/src/main/proto mesh.proto
/home/kevinh/packages/nanopb-0.4.1-linux-x86/generator-bin/protoc --nanopb_out=-v:src -I=proto mesh.proto
-1
View File
@@ -1 +0,0 @@
../MeshUtil/app/src/main/proto/mesh.options
-1
View File
@@ -1 +0,0 @@
../MeshUtil/app/src/main/proto/mesh.proto
Submodule
+1
Submodule proto added at c4ee1448ea