Skip to content

Commit 49f0d30

Browse files
committed
updated nanopb not building fixes
1 parent efb99ed commit 49f0d30

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,3 +83,7 @@ colcon build --symlink-install ; chmod +x build/urc_nanopb/nanopb/generator/prot
8383
colcon build --symlink-install ; chmod +x build/urc_nanopb/nanopb/generator/nanopb_generator.py
8484
colcon build --symlink-install
8585
```
86+
Can also try downgrading/installing protobuf (described in error message):
87+
```
88+
pip install protoc==3.20
89+
```

0 commit comments

Comments
 (0)