Skip to content

Commit ffdb067

Browse files
author
bgok
committed
Update to v4.0.1 of device protocol
1 parent 3fd50c4 commit ffdb067

5 files changed

Lines changed: 761 additions & 1127 deletions

File tree

build_pb.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,15 @@
11
#!/bin/bash
22
CURDIR=$(pwd)
33
DEVICE_PROTO="device-protocol"
4+
DEVICE_PROTO_VERSION="v4.0.1"
45

56
# Create a clean directory for the protobuf files
67
if [ -d $DEVICE_PROTO ]
78
then
89
rm -rf $DEVICE_PROTO
910
fi
1011

11-
git clone --branch v4.0.0 --depth 1 https://github.com/keepkey/$DEVICE_PROTO.git $DEVICE_PROTO
12+
git clone --branch $DEVICE_PROTO_VERSION --depth 1 https://github.com/keepkey/$DEVICE_PROTO.git $DEVICE_PROTO
1213
cd $DEVICE_PROTO
1314

1415
echo "Building with protoc version: $(protoc --version)"

keepkeylib/exchange_pb2.py

Lines changed: 31 additions & 55 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)