working on the peripheral state handling

This commit is contained in:
2026-09-20 21:44:15 +01:00
parent dcba0774c2
commit 5d5b7bfdc3
6 changed files with 107 additions and 9 deletions
+9
View File
@@ -437,3 +437,12 @@ func (d *CDashDisplay) SendData(data *telemetry.TelemetryData) error {
return nil
}
func (cds *CDashDisplay) Setup() error {
err := cds.LoadLayout("layout.yaml")
if err != nil {
return err
}
return nil
}