Working data ingress into live data buffer

This commit is contained in:
2026-07-08 12:30:47 +01:00
parent 5887e0d0a0
commit 05bc8bdf25
7 changed files with 131 additions and 55 deletions

View File

@@ -17,8 +17,8 @@ dynalab = "dynalab.app:run"
package = true
[tool.uv.sources]
dpg-gauges = { path = "../../dpg-gauges", editable = true }
dynalab-protocol = { path = "../dynalab-protocol", editable = true }
dpg-gauges = { git = "https://git.h3cx.dev/h3cx/dpg-gauges.git" }
[build-system]
requires = ["setuptools>=68"]