Skip to content

Commit

Permalink
Pull protobufs from submodule instead of a symbolic link Fix #2
Browse files Browse the repository at this point in the history
  • Loading branch information
geeksville committed Mar 2, 2020
1 parent 12a6802 commit 4bb308c
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 3 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[submodule "proto"]
path = proto
url = https://github.com/meshtastic/Meshtastic-protobufs.git
2 changes: 1 addition & 1 deletion bin/regen-protos.sh
Original file line number Diff line number Diff line change
@@ -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 change: 0 additions & 1 deletion mesh.options

This file was deleted.

1 change: 0 additions & 1 deletion mesh.proto

This file was deleted.

1 change: 1 addition & 0 deletions proto
Submodule proto added at c4ee14

0 comments on commit 4bb308c

Please sign in to comment.