Skip to content

Commit

Permalink
updated nanopb not building fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
pamin1 committed Jan 17, 2025
1 parent efb99ed commit 49f0d30
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,3 +83,7 @@ colcon build --symlink-install ; chmod +x build/urc_nanopb/nanopb/generator/prot
colcon build --symlink-install ; chmod +x build/urc_nanopb/nanopb/generator/nanopb_generator.py
colcon build --symlink-install
```
Can also try downgrading/installing protobuf (described in error message):
```
pip install protoc==3.20
```

0 comments on commit 49f0d30

Please sign in to comment.