Moved FS proto objects to own file, and MD tutorial
This commit is contained in:
committed by
Rune Harlyk
parent
a799af360f
commit
485ecb7547
@@ -34,7 +34,7 @@ def compile_nanopb():
|
||||
|
||||
output_dir.mkdir(parents=True, exist_ok=True)
|
||||
|
||||
proto_files = [proto_dir / "message.proto"]
|
||||
proto_files = [proto_dir / "filesystem.proto", proto_dir / "message.proto"]
|
||||
|
||||
print(f"Compiling protobuf files with nanopb...")
|
||||
print(f" Proto dir: {proto_dir}")
|
||||
|
||||
Reference in New Issue
Block a user