Redo ap settings to rest and proto

This commit is contained in:
Niklas Jensen
2026-01-23 14:23:19 +01:00
committed by nikguin04
parent 02aaee0878
commit e1e656478d
10 changed files with 360 additions and 7 deletions
+1 -1
View File
@@ -34,7 +34,7 @@ def compile_nanopb():
output_dir.mkdir(parents=True, exist_ok=True)
proto_files = [proto_dir / "filesystem.proto", proto_dir / "message.proto"]
proto_files = [proto_dir / "filesystem.proto", proto_dir / "message.proto", proto_dir / "api.proto"]
print(f"Compiling protobuf files with nanopb...")
print(f" Proto dir: {proto_dir}")