update to nanopb 0.4.8 and fix proto regen script (#3578)

* update to nanopb 0.4.8 and fix proto regen script

* trunk, damnit
This commit is contained in:
Thomas Göttgens
2024-04-09 07:40:55 -05:00
committed by GitHub
parent e89575bfd1
commit ec74fba2bd
3 changed files with 7 additions and 15 deletions
+1 -1
View File
@@ -1 +1 @@
cd protobufs && ..\nanopb-0.4.7\generator-bin\protoc.exe --experimental_allow_proto3_optional "--nanopb_out=-S.cpp -v:..\src\mesh\generated\" -I=..\protobufs ..\protobufs\meshtastic\*.proto
cd protobufs && ..\nanopb-0.4.8\generator-bin\protoc.exe --experimental_allow_proto3_optional "--nanopb_out=-S.cpp -v:..\src\mesh\generated" -I=..\protobufs\ ..\protobufs\meshtastic\*.proto