Updated proto and embedded build for nanopb + esp fix

This commit is contained in:
Niklas Jensen
2026-01-02 20:03:11 +01:00
committed by nikguin04
parent c2374bd353
commit f3d3cb1b6f
4 changed files with 34 additions and 9 deletions
+1 -1
View File
@@ -11,4 +11,4 @@ protoc -I=platform_shared --cpp_out=esp32/src/platform_shared platform_shared/ex
C++ (nanopb):
pip install protobuf grpcio-tools
python .\submodules\nanopb\generator\nanopb_generator.py -D esp32/src .\platform_shared\example.proto
python ./submodules/nanopb/generator/nanopb_generator.py -I "./platform_shared/" -D esp32/src ./platform_shared/websocket_message.proto ./platform_shared/rest_message.proto